Skip to content

Commit 6ab17ea

Browse files
authored
Merge pull request #45 from bootstrap-styled/dev
test(index): fix wrong import
2 parents 69f97d0 + 74dbeba commit 6ab17ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const exported = require('../..');
1+
const exported = require('..');
22

33
describe('text exports', () => {
44
Object.keys(exported).forEach((e) => {

0 commit comments

Comments
 (0)