mirror of
https://github.com/Asraelite/littlebigcomputer.git
synced 2025-07-17 08:16:50 +00:00
7 lines
157 B
TypeScript
7 lines
157 B
TypeScript
import * as v8 from "./v8_test.js";
|
|
import * as parva_0_1 from "./parva_0_1_test.js";
|
|
|
|
export function runTests() {
|
|
parva_0_1.runTests();
|
|
v8.runTests();
|
|
}
|