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 a4635c8 commit e710410Copy full SHA for e710410
.travis.yml
@@ -16,6 +16,7 @@ script:
16
- npm run -s build
17
- bower install
18
- npm -s test
19
+ - npm -s run test-bundled-nofill
20
after_success:
21
- >-
22
test $TRAVIS_TAG &&
package.json
@@ -3,7 +3,8 @@
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
"build": "eslint src && pulp build -- --censor-lib --strict",
6
- "test": "pulp test"
+ "test": "pulp test",
7
+ "test-bundled-nofill": "pulp browserify -O --to output/test.js -I test --main Test.Main && node -e \"delete Array.prototype.fill; require('./output/test.js');\""
8
},
9
"devDependencies": {
10
"eslint": "^4.19.1",
0 commit comments