Skip to content

Commit 1cf28c8

Browse files
committed
chore: Test ES6 sources directly
1 parent a384d16 commit 1cf28c8

24 files changed

+1013
-556
lines changed

.babelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[
44
"@babel/preset-env",
55
{
6-
"modules": false,
76
"loose": true
87
}
98
]

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ notifications:
88
node_js:
99
- '10'
1010
- '8'
11+
- '6'
1112
after_success:
1213
- npm run coverage
1314
- npm run travis-deploy-once "npm run semantic-release"

.vscode/launch.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"browser.test.js"
1616
],
1717
"internalConsoleOptions": "openOnSessionStart",
18-
"preLaunchTask": "build:debug",
1918
"skipFiles": [
2019
"<node_internals>/**/*.js"
2120
]

.vscode/tasks.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
"isDefault": true
1414
}
1515
},
16-
{
17-
"label": "build:debug",
18-
"type": "npm",
19-
"script": "build:debug",
20-
"problemMatcher": []
21-
},
2216
{
2317
"label": "test",
2418
"type": "npm",
@@ -30,4 +24,4 @@
3024
}
3125
},
3226
]
33-
}
27+
}

0 commit comments

Comments
 (0)