Skip to content

Commit 660890b

Browse files
committed
feat: initial support named import of lucide-react-native
1 parent 731c04c commit 660890b

File tree

6 files changed

+13595
-0
lines changed

6 files changed

+13595
-0
lines changed

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
*.log
3+
src
4+
test/
5+
__tests__

jest.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const { jest: jestConfig } = require("kcd-scripts/config");
2+
3+
module.exports = Object.assign(jestConfig, {
4+
// your overrides here
5+
6+
// for test written in Typescript, add:
7+
transform: {
8+
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js",
9+
},
10+
});

0 commit comments

Comments
 (0)