Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit c0c525b

Browse files
author
Jan Krems
committed
Use latest testium-driver-sync
1 parent 09ce61e commit c0c525b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/mocha/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"mkdirp": "~0.5.0",
4545
"selenium-download": "^2.0.0",
4646
"testium-core": "testiumjs/testium-core#jk-driver-factory",
47-
"testium-driver-sync": "^1.0.3"
47+
"testium-driver-sync": "testiumjs/testium-driver-sync#jk-cleanup"
4848
},
4949
"devDependencies": {
5050
"coffee-script": "1.9.3",

src/mocha/index.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ path = require 'path'
3535
debug = require('debug')('testium:mocha')
3636
{getConfig} = require 'testium-core'
3737

38-
{getTestium} = require '../testium'
38+
{getTestium} = require 'testium-core'
3939
takeScreenshotOnFailure = require './screenshot'
4040

4141
closeBrowser = (browser) ->

0 commit comments

Comments
 (0)