accept ts files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-10-03 14:54:25 +02:00
parent 80e0207021
commit 68074c9f02
2 changed files with 5 additions and 3 deletions

View File

@ -11,10 +11,12 @@ module.exports = `
{
"spec_dir": "test",
"spec_files": [
"spec/*.js"
"spec/*.js",
"spec/*.ts"
],
"helpers": [
"helpers/*.js"
"helpers/*.js",
"helpers/*.ts"
],
"stopSpecOnExpectationFailure": false,
"random": false

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/standard",
"version": "1.4.1",
"version": "1.4.2",
"main": "index.js",
"author": {
"name": "Timo Hocker",