Skip to content

Commit 6e6bf63

Browse files
authored
Refactor tests and bump TS version (#1475)
* initial commit, WIP * Refactoring tests into multiple files; moving away from macros * More test refactor & fix * revert ts-node API changes so that this branch is fully dedicated to test refactor * upgrade deps as needed * try improving flaky test * lint-fix * Replacing more chai with expect; WIP fixing timing issues in REPL tests * Attempted fix * Fix? * fix test flakiness
1 parent a44e759 commit 6e6bf63

13 files changed

+1851
-1697
lines changed

ava.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export default {
2+
files: ['dist/test/**/*.spec.js'],
3+
failWithoutAssertions: false,
4+
environmentVariables: {
5+
ts_node_install_lock: `id-${Math.floor(Math.random() * 10e9)}`,
6+
},
7+
timeout: '300s',
8+
};

0 commit comments

Comments
 (0)