Skip to content

Commit c4c5ff2

Browse files
author
Victoria
committed
Remove testing files
1 parent 2cdaaac commit c4c5ff2

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
"url": "https://github.com/cloudflare-apps/example-app/issues"
2222
},
2323
"homepage": "https://github.com/cloudflare-apps/example-app#readme",
24-
"dependencies": {},
24+
"dependencies": {
25+
"mock-browser": "^0.92.14"
26+
},
2527
"devDependencies": {
2628
"@cloudflare-apps/environment": "^0.0.2",
27-
"mocha": "^5.1.1",
2829
"standard": "^9.0.2",
2930
"webpack": "^4.6.0",
3031
"webpack-cli": "^2.0.14"
@@ -35,7 +36,7 @@
3536
"INSTALL_OPTIONS",
3637
"INSTALL_SCOPE",
3738
"INSTALL_PRODUCT",
38-
"INSTALL_ID"
39+
"INSTALL_ID",
3940
]
4041
}
4142
}

source/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
window.INSTALL_SCOPE = {
2121
setOptions: function setOptions (nextOptions) {
2222
options = nextOptions
23+
2324
updateElement()
2425
}
2526
}

test/test.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)