Skip to content

Commit

Permalink
Disable ghostMode (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelssonHakan committed Oct 26, 2017
1 parent b74cc06 commit 6aba269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/browser-test-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export function getBrowserSyncConfig(paths, files, options) {
notify: false,
port: 9676,
ui: false,
ghostMode: false,
server: {
baseDir: ['./'].concat(paths).concat(rjs).concat(dirs),
directory: true,
Expand Down

0 comments on commit 6aba269

Please sign in to comment.