mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-02 13:55:53 +00:00
10 lines
217 B
TypeScript
10 lines
217 B
TypeScript
import * as mjolnirTesting from './mjolnirTesting';
|
|
|
|
switch (process.argv[2]) {
|
|
case 'up':
|
|
mjolnirTesting.upHarness();
|
|
break;
|
|
case 'down':
|
|
mjolnirTesting.downHarness();
|
|
break;
|
|
} |