Skip to content

Commit

Permalink
fix: テスト修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeliwo committed Dec 18, 2024
1 parent 0db7136 commit 2ca7f4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/smarthr-ui/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ const readdir = util.promisify(fs.readdir)

const IGNORE_COMPONENTS = ['Experimental']
const IGNORE_INNER_DIRS = [
'FlashMessage/FlashMessageList',
'Input/InputWithTooltip',
'Browser/models',
'stories',
'AppHeader/components',
'AppHeader/hooks',
'AppHeader/multilingualization',
]

describe('index', () => {
Expand Down

0 comments on commit 2ca7f4b

Please sign in to comment.