Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
65a61ed
Make browser specific TTY interop explicit instead of a magic bundlin…
Munter Mar 29, 2020
8175492
Remove unnessessary browserify ignore of cli related files and chokidar
Munter Mar 29, 2020
4ccc4c2
Extract lookupFiles from utils to avoid node dependencies in browser …
Munter Mar 29, 2020
8d689fc
Replace browserify with rollup for main library bundling
Munter Mar 30, 2020
b0ec4b9
Polyfill global to check if IE11 will start working
Munter Mar 30, 2020
606f4dd
Don't include esm-utils in browser build. Modern syntax breaks IE
Munter Mar 31, 2020
d25a7cc
Remove duplicate browserify configuration in karma config file
Munter Apr 1, 2020
5c4b56a
Add custom karma rollup plugin and use it to bundle browser tests
Munter May 17, 2020
5e229d4
add process.listeners impl
boneskull May 26, 2020
fe283dd
Extract browser-only helper functions from shared utils file to their…
Munter Jun 12, 2020
7fcd39a
Add browserslist, babel, babel-preset-env and prepare for modern js
Munter Jun 12, 2020
eedd4e6
Add mocha.js.map to npm distributed files
Munter Jun 20, 2020
822515a
Use util function to check if we're running in a browser
Munter Jun 20, 2020
052acb6
Improve documentation of self-built karma-rollup-plugin
Munter Jun 20, 2020
eaf7220
Renamed lib/cli/lookupFiles.js to lib/cli/lookup-files.js
Munter Jun 20, 2020
1a6176c
Clean up rollup config
Munter Jun 20, 2020
ac4aa46
Kebab case file names
Munter Jun 20, 2020
b8c30ed
Remove last traces of unused browserify
Munter Jun 20, 2020
5b08dec
fix bundle path under win32
boneskull Jun 30, 2020
ea59f88
do not run bundle visualizer in CI
boneskull Jul 1, 2020
6be6606
Remove use of mocha.opts in browser testing
Munter Jul 2, 2020
207ef63
Replace package.json browser field with manual rollup exclusion and a…
Munter Jul 2, 2020
f01aeba
Improved naming of rollup plugin to pick values from package.json
Munter Jul 2, 2020
7739689
Revert "Replace package.json browser field with manual rollup exclusi…
Munter Jul 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove use of mocha.opts in browser testing
  • Loading branch information
Munter committed Jul 2, 2020
commit 6be6606c2ec9e7cb987ebbd48296b28f4fbd331d
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = config => {
logLevel: config.LOG_INFO,
client: {
mocha: {
opts: require.resolve('./test/browser-specific/mocha.opts')
reporter: 'html'
}
},
mochaReporter: {
Expand Down
6 changes: 0 additions & 6 deletions test/browser-specific/mocha.opts

This file was deleted.