Skip to content

Commit

Permalink
test: remove helper
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 5, 2023
1 parent c7f6336 commit c78862f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"recursive": true,
"reporter": "spec",
"require": ["test/helpers/init.js", "ts-node/register"],
"require": ["ts-node/register"],
"timeout": 0,
"watch-files": ["test/**/*.ts", "src/**/*.ts"],
"watch-extensions": ["ts"],
Expand Down
2 changes: 0 additions & 2 deletions test/helpers/init.js

This file was deleted.

4 changes: 0 additions & 4 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"declaration": false,
"extends": "../tsconfig",
"compilerOptions": {
"sourceMap": true
},
"include": ["./**/*", "../src/**/*"]
}

0 comments on commit c78862f

Please sign in to comment.