Skip to content

Commit 1f5b656

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

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"lint": "standard --fix ./source/**/*.js || true",
88
"start": "webpack-cli",
9-
"test": "mocha",
109
"build": "webpack",
1110
"dev": "webpack --mode development"
1211
},
@@ -24,7 +23,6 @@
2423
"dependencies": {},
2524
"devDependencies": {
2625
"@cloudflare-apps/environment": "^0.0.2",
27-
"mocha": "^5.1.1",
2826
"standard": "^9.0.2",
2927
"webpack": "^4.6.0",
3028
"webpack-cli": "^2.0.14"

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)