File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = function karmaConfig(config) {
1414 } ,
1515 rollupPreprocessor : {
1616 output : {
17- name : 'Spangle ' ,
17+ name : 'Test ' ,
1818 format : 'iife' ,
1919 sourcemap : 'inline' ,
2020 } ,
@@ -36,6 +36,7 @@ module.exports = function karmaConfig(config) {
3636 'ChromeHeadless' ,
3737 'Firefox' ,
3838 'FirefoxHeadless' ,
39+ 'Safari' ,
3940 ] ,
4041 autoWatch : false ,
4142 // singleRun: false, // Karma captures browsers, runs the tests and exits
Original file line number Diff line number Diff line change 88 "author" : " Keith McKnight <keith@mcknig.ht> (https://keith.mcknig.ht)" ,
99 "license" : " ISC" ,
1010 "scripts" : {
11+ "clean" : " rm -rf dist" ,
1112 "build" : " rollup -c" ,
1213 "lint" : " eslint ." ,
1314 "test" : " jest" ,
You can’t perform that action at this time.
0 commit comments