We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdaaac commit 1f5b656Copy full SHA for 1f5b656
package.json
@@ -6,7 +6,6 @@
6
"scripts": {
7
"lint": "standard --fix ./source/**/*.js || true",
8
"start": "webpack-cli",
9
- "test": "mocha",
10
"build": "webpack",
11
"dev": "webpack --mode development"
12
},
@@ -24,7 +23,6 @@
24
23
"dependencies": {},
25
"devDependencies": {
26
"@cloudflare-apps/environment": "^0.0.2",
27
- "mocha": "^5.1.1",
28
"standard": "^9.0.2",
29
"webpack": "^4.6.0",
30
"webpack-cli": "^2.0.14"
source/app.js
@@ -20,6 +20,7 @@
20
window.INSTALL_SCOPE = {
21
setOptions: function setOptions (nextOptions) {
22
options = nextOptions
+
updateElement()
}
test/test.js
0 commit comments