Initial Commit
This commit is contained in:
5
test/config/CommandLine.ts
Normal file
5
test/config/CommandLine.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default class CommandLine {
|
||||
private constructor() {
|
||||
throw new Error('[CommandLine] is a static class that may not be instantiated');
|
||||
}
|
||||
}
|
||||
0
test/config/TestConfiguration.ts
Normal file
0
test/config/TestConfiguration.ts
Normal file
4
test/config/TestRunner.ts
Normal file
4
test/config/TestRunner.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import PCastAPI from '@techniker-me/pcast-api';
|
||||
import RtmpPush from '@technniker-me/rtmp-push';
|
||||
|
||||
class TestRunner {}
|
||||
Reference in New Issue
Block a user