Skip to content

Commit

Permalink
Rework token component
Browse files Browse the repository at this point in the history
  • Loading branch information
Pivi committed Aug 3, 2023
1 parent a7f8b5c commit c177c52
Show file tree
Hide file tree
Showing 10 changed files with 717 additions and 110 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
storybook-static
jest.config.ts",
jest.setup.ts"
1 change: 1 addition & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const config = {
transformIgnorePatterns: ['node_modules/(?!minidenticons)'],
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
};

module.exports = config;
1 change: 1 addition & 0 deletions jest.setup.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import '@inrupt/jest-jsdom-polyfills';
Loading

0 comments on commit c177c52

Please sign in to comment.