Skip to content

Commit 69f97d0

Browse files
authored
Merge pull request #44 from bootstrap-styled/dev
fix(typescript): Moved typescript definition at the root of the project
2 parents 0812e88 + cff76e2 commit 69f97d0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

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('../index');
1+
const exported = require('../..');
22

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

0 commit comments

Comments
 (0)