Skip to content

Commit

Permalink
feat: initial support named import of lucide-react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
WanQuanXie committed Aug 14, 2024
1 parent 731c04c commit 660890b
Show file tree
Hide file tree
Showing 6 changed files with 13,595 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
*.log
src
test/
__tests__
10 changes: 10 additions & 0 deletions jest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const { jest: jestConfig } = require("kcd-scripts/config");

module.exports = Object.assign(jestConfig, {
// your overrides here

// for test written in Typescript, add:
transform: {
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js",
},
});
Loading

0 comments on commit 660890b

Please sign in to comment.