Skip to content

Commit

Permalink
Fix ignored AVA config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Sullivan committed Jul 26, 2018
1 parent bc7c514 commit 303c0f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .gitignore
Expand Up @@ -2,20 +2,8 @@
/node_modules
/yarn-error.log

# Compiled Typescript (development)
*.js
*.jsx
*.js.map
*.jsx.map

# Compiled Typescript (build)
/dist

# Include Storybook files
!/.storybook/**

# Include documentation site
!/docs/**

# OS Junk
.DS_Store
5 changes: 5 additions & 0 deletions ava.config.js
@@ -0,0 +1,5 @@
export default {
compileEnhancements: false,
extensions: ['ts'],
require: ['ts-node/register'],
}

0 comments on commit 303c0f4

Please sign in to comment.