diff --git a/test/extension.test.ts b/test/extension.test.ts index 5c4a4da3..eeb81b96 100644 --- a/test/extension.test.ts +++ b/test/extension.test.ts @@ -19,4 +19,4 @@ suite("Extension Tests", () => { assert.equal(-1, [1, 2, 3].indexOf(5)); assert.equal(-1, [1, 2, 3].indexOf(0)); }); -}); \ No newline at end of file +}); diff --git a/test/index.ts b/test/index.ts index 50bae456..7a2cb64d 100644 --- a/test/index.ts +++ b/test/index.ts @@ -19,4 +19,4 @@ testRunner.configure({ useColors: true // colored output from test results }); -module.exports = testRunner; \ No newline at end of file +module.exports = testRunner;