Skip to content

Commit

Permalink
fix(test): Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswlane committed May 14, 2019
1 parent e83860d commit 211a886
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 72 deletions.
19 changes: 8 additions & 11 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"presets": [
"@babel/env",
"@babel/typescript"
],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
],
"ignore": [
"**/*.test.ts"
]
"presets": [
"@babel/env",
"@babel/typescript"
],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
]
}
Loading

0 comments on commit 211a886

Please sign in to comment.