All JS and Python tests passing.

This commit is contained in:
Joshua Bemenderfer
2023-02-10 13:07:10 -05:00
parent e72ff2eccf
commit c41990b793
4 changed files with 28 additions and 20 deletions

3
test/lineData.test.js Normal file
View File

@@ -0,0 +1,3 @@
import { loadTestMap, defineTests } from './helpers.js'
defineTests(await loadTestMap('./lineData.test.tce'))