Skip to content

Commit 58cbecf

Browse files
committed
import the pure.js in src, not dist
1 parent 313abbb commit 58cbecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Makes it so people can import from '@testing-library/svelte/pure'
2-
module.exports = require('./dist/pure')
2+
import './src/pure.js'

0 commit comments

Comments
 (0)