feat(tsview): add database and S3 handlers, tswatch/watch scripts, web utilities, assets and release config
This commit is contained in:
@@ -37,7 +37,7 @@ tap.test('should have config methods', async () => {
|
||||
|
||||
tap.test('should have runCli export', async () => {
|
||||
expect(tsview.runCli).toBeDefined();
|
||||
expect(typeof tsview.runCli).toBe('function');
|
||||
expect(typeof tsview.runCli).toEqual('function');
|
||||
});
|
||||
|
||||
export default tap.start();
|
||||
|
||||
Reference in New Issue
Block a user