Skip to content

Commit

Permalink
Fix import paths in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philipahlberg committed Jul 12, 2021
1 parent d97775f commit ec1a397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/keys.spec.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assertEqual } from '@windtunnel/assert';
import { compile } from '../dist/index.min.mjs';
import { compile } from '../dist/index.mjs';

const tests = [
['/', []],
Expand Down
2 changes: 1 addition & 1 deletion tests/pattern.spec.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assertEqual } from '@windtunnel/assert';
import { compile } from '../dist/index.min.mjs';
import { compile } from '../dist/index.mjs';

const tests = [
['/', {
Expand Down

0 comments on commit ec1a397

Please sign in to comment.