Skip to content

Commit

Permalink
fix: Fix export test
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeliwo committed Aug 6, 2019
1 parent 3e4ea2c commit 5e67069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import fs from 'fs'
const readFile = util.promisify(fs.readFile)
const readdir = util.promisify(fs.readdir)

const IGNORE_DIRS = ['__tests__', 'Base', 'Icon']
const IGNORE_DIRS = ['__tests__', 'Icon']

describe('index', () => {
it('should export all components in the components directory from index.ts', async () => {
Expand Down

0 comments on commit 5e67069

Please sign in to comment.