Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit 70719a5

Browse files
committed
Properly use ui bdd rather than tdd
Not sure why this ever worked...
1 parent 7a4dd98 commit 70719a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mocha.opts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--ui tdd
1+
--ui bdd
22
--colors
33
--timeout 999999
44
--require ts-mocha

src/test/actions.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const manager = DataManager.newWithData({
2323
...emptyGlobal,
2424
commands: tree
2525
});
26+
2627
describe("signatureHelpProvider()", () => {
2728
it("should give results for every command when no text is specified", () => {
2829
const result = unwrap(

0 commit comments

Comments
 (0)