Skip to content

Commit 2b463a4

Browse files
authored
Merge pull request #23 from taion/chore
Fix tooling a bit more
2 parents afcddd2 + 8ebb5b9 commit 2b463a4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"presets": ["es2015", "stage-1", "react"],
2+
"presets": ["es2015-loose", "stage-1", "react"],
33
"plugins": ["add-module-exports"]
44
}

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import 'babel-polyfill';
22

3-
const testsContext = require.context('.', true, /\.spec\.js$/);
3+
const testsContext = require.context('.', true, /\.test\.js$/);
44
testsContext.keys().forEach(testsContext);

0 commit comments

Comments
 (0)