11 Commits

Author SHA1 Message Date
jos
b3b96749bf Refactored var into const/let, and removed a lot of semicolons 2018-06-13 12:21:14 +02:00
jos
024b2a9e26 Fix most lint errors using npx standard --fix 2018-06-10 20:28:27 +02:00
jos
9b942b0099 Configure babel in karma 2018-06-09 13:28:35 +02:00
jos
0c084b8e20 npm test working now 2018-06-06 15:36:36 +02:00
jos
e112b43e5b Update testing to chrome v67 2018-06-06 12:10:10 +02:00
jos
a19ebaca1c More fixes for unite tests on IE11 and Edge (part IV) 2018-06-06 10:21:54 +02:00
jos
30eee5076f Test Firefox and Safari 2018-06-06 10:15:52 +02:00
jos
8b65390d14 Test Edge 17 instead of 16 2018-06-06 09:44:53 +02:00
jos
33a7c0b739 Configure BrowserStack testing on IE 11 and Edge 2018-05-31 21:40:55 +02:00
Harry Sarson
d45eca5418
run tests on browserstack
credentials must be set using travis's per repository settings.
currently only chrome and firefox are tested, we should add tesing on ms edge and IE.

Follows on from work in #1105
2018-05-24 14:09:47 +01:00
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