Skip to content

Commit 849be6a

Browse files
committed
Move karma safari plugin to scripts/ci-test
1 parent ea285c9 commit 849be6a

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

config/karma.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const config = {
7575
plugins: [
7676
// We use our own custom Safari launcher plugin since https://github.com/karma-runner/karma-safari-launcher
7777
// does not work and is not maintained.
78-
require('../tools/karma-safari-launcher'),
78+
require('../scripts/ci-test/karmaSafariLauncher.js'),
7979
// Include all other plugins from our npm modules
8080
'karma-*'
8181
],

tools/karma-safari-launcher/package.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)