fix(types): improve TypeScript strictness compatibility and modernize test exports
This commit is contained in:
@@ -23,4 +23,4 @@ tap.test('expect return a .sshUrl', async () => {
|
||||
expect(testGit.sshUrl).toEqual('git@github.com:pushrocks/smartstring.git');
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
||||
Reference in New Issue
Block a user