Skip to content

Commit a731bbf

Browse files
committed
fix test help note
1 parent e38f7fe commit a731bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"prepublishOnly": "npm run minify",
2020
"minify": "esbuild --minify invoker.js > invoker.min.js",
21-
"test": "echo TODO! Run ./wpt serve --inject-script=../invoker-buttons/invoker.js for now."
21+
"test": "echo TODO! Run ./wpt serve --inject-script=../invokers-polyfill/invoker.js for now."
2222
},
2323
"devDependencies": {
2424
"esbuild": "^0.20.0"

0 commit comments

Comments
 (0)