Skip to content

Commit

Permalink
Rework token component (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: Pivi <pivi@pivis-macbook-air.home>
  • Loading branch information
pivilartisant and Pivi authored Aug 3, 2023
1 parent f2223b1 commit d79a2f8
Show file tree
Hide file tree
Showing 10 changed files with 713 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 d79a2f8

Please sign in to comment.