소스 검색

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" ]