Skip to content

Commit

Permalink
fix require paths
Browse files Browse the repository at this point in the history
  • Loading branch information
corevo committed Feb 12, 2020
1 parent 543bc09 commit 4c54775
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

const Capabilities = require('../../lib/capabilities').Capabilities;
const Symbols = require('../../lib/symbols');
const chrome = require('../chrome');
const chrome = require('../../chrome');

const assert = require('assert');
const fs = require('fs');
const io = require('../io');
const io = require('../../io');

describe('Capabilities', function() {
it('can set and unset a capability', function() {
Expand Down

0 comments on commit 4c54775

Please sign in to comment.