Преглед на файлове

remove stray files referenced in test examples config

Benoît Hubert преди 8 години
родител
ревизия
bcc0ce8fd9
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      test/integration/test-examples/example-repo2/repo2-example1/config.json

+ 2 - 2
test/integration/test-examples/example-repo2/repo2-example1/config.json

@@ -1,8 +1,8 @@
 {
   "title": "Random Example",
   "category": "random-stuff",
-  "html": [ "example.html", "poupou.html" ],
-  "js": [ "script.js", "pouet.js" ],
+  "html": [ "example.html" ],
+  "js": [ "script.js" ],
   "css": [],
   "libsJs": [],
   "libsCss": [ "styles.css" ]