Skip to content

Commit f705454

Browse files
committed
cleanup, safari
1 parent 0010a88 commit f705454

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"author": "Keith McKnight <[email protected]> (https://keith.mcknig.ht)",
99
"license": "ISC",
1010
"scripts": {
11+
"clean": "rm -rf dist",
1112
"build": "rollup -c",
1213
"lint": "eslint .",
1314
"test": "jest",

0 commit comments

Comments
 (0)