mathjs/browser-test-config/browser-tests.test.js
Harry Sarson aa94b94e23
rejig browser test configuration renaming karma to test:browser
Move karma config files to browser-tests and split out some
of the config file to make adding browserstack easier.

`npm run test:browser` is more descriptive than `npm run karma`, does not
tie mathjs into using karma and will allow a new npm script to run tests
on browserstack also using karma.
2018-05-24 13:53:01 +01:00

6 lines
129 B
JavaScript

'use strict';
const testsContext = require.context('../test/', true, /.test\.js$/);
testsContext.keys().forEach(testsContext);