We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7932c1 commit 01c8527Copy full SHA for 01c8527
src/core.test.js
@@ -1,6 +1,6 @@
1
import * as assert from 'uvu/assert'
2
import { suite } from 'uvu'
3
-import { calculate } from './core.js'
+import { calculate } from '../dist/core.js'
4
5
const Core = suite('Core')
6
src/index.test.js
@@ -1,7 +1,7 @@
import { calculate } from './index.js'
-import { calculate as pkgCalculate } from '../dist/css-code-quality.js'
+import { calculate as pkgCalculate } from '../dist/index.js'
const Index = suite('Index')
7
0 commit comments