Skip to content

Commit 01c8527

Browse files
author
Bart Veneman
committed
fix tests
1 parent a7932c1 commit 01c8527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as assert from 'uvu/assert'
22
import { suite } from 'uvu'
3-
import { calculate } from './core.js'
3+
import { calculate } from '../dist/core.js'
44

55
const Core = suite('Core')
66

src/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as assert from 'uvu/assert'
22
import { suite } from 'uvu'
33
import { calculate } from './index.js'
4-
import { calculate as pkgCalculate } from '../dist/css-code-quality.js'
4+
import { calculate as pkgCalculate } from '../dist/index.js'
55

66
const Index = suite('Index')
77

0 commit comments

Comments
 (0)