Skip to content

Commit f2613bd

Browse files
committed
renamed test/node-webpacked to test/node-bundle.
1 parent a2cd60f commit f2613bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"browser": "dist/browser-ponyfill.js",
88
"typings": "index.d.ts",
99
"scripts": {
10-
"pretest:node:bundle": "webpack-cli --progress --config test/node-webpacked/webpack.config.js",
10+
"pretest:node:bundle": "webpack-cli --progress --config test/node-bundle/webpack.config.js",
1111
"build": "rollup -c",
1212
"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
1313
"deploy:major": "npm version major && git push --follow-tags",
@@ -19,7 +19,7 @@
1919
"test": "npm run -s test:headless && npm run -s test:node && npm run -s test:node:bundle && npm run -s lint",
2020
"test:browser": "opn test/browser/index.html",
2121
"test:headless": "mocha-headless-chrome -f test/browser/index.html -a no-sandbox -a disable-setuid-sandbox",
22-
"test:node:bundle": "nyc mocha test/node-webpacked/index.js",
22+
"test:node:bundle": "nyc mocha test/node-bundle/index.js",
2323
"test:node": "nyc mocha test/node-plain/index.js"
2424
},
2525
"lint-staged": {
@@ -45,7 +45,7 @@
4545
],
4646
"ignore": [
4747
"/dist/",
48-
"test/node-webpacked/index.js"
48+
"test/node-bundle/index.js"
4949
]
5050
},
5151
"nyc": {
File renamed without changes.

0 commit comments

Comments
 (0)