Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Aug 16, 2024
1 parent ee2e965 commit cfa0b9f
Show file tree
Hide file tree
Showing 10 changed files with 1,778 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
7 changes: 7 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/** @type {import('mocha').MochaOptions} */
module.exports = {
require: 'ts-node/register',
spec: ['tests/**/*.test.ts'],
'watch-files': ['src/**/*.ts', 'tests/**/*.ts'],
timeout: 10000,
};
Loading

0 comments on commit cfa0b9f

Please sign in to comment.