Skip to content

Commit

Permalink
Quit testing CJS exports directly
Browse files Browse the repository at this point in the history
First of all, loading our UMD dist file in Node doesn't work due to
usage of `self` within `fetch.js`. Second, we don't need to test
exports, since we trust Rollup doing its job.
  • Loading branch information
mislav committed May 17, 2018
1 parent 432bf07 commit 114e2bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions script/test
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ if [ -n "$SAUCE_BROWSER" ]; then
else
./script/phantomjs
fi

./node_modules/mocha/bin/mocha test/cjs.js
11 changes: 0 additions & 11 deletions test/cjs.js

This file was deleted.

0 comments on commit 114e2bc

Please sign in to comment.