Skip to content

Commit

Permalink
fix(test): fix tests
Browse files Browse the repository at this point in the history
with the upgraded packages, some tests were failing
  • Loading branch information
lbenie committed Jun 13, 2018
1 parent 71fad3d commit 6b6f20d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __tests__/qselect.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import isDom from 'is-dom';

import { $, $$ } from '../lib';

const invalidSelector = 'The string "", is not a valid CSS selector';
const invalidSelector = '\'\' is not a valid selector';
const errorSelector = 'Selector does not exists in the DOM';

describe('qselect', () => {
Expand Down

0 comments on commit 6b6f20d

Please sign in to comment.