mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-08-02 14:52:14 +00:00
fix(adapter): fix top level tests to not be in namespace
This commit is contained in:
parent
8bfe0e9435
commit
7ce2e97df6
4 changed files with 102 additions and 27 deletions
|
@ -7,3 +7,7 @@ describe("another", () => {
|
|||
expect(1).toBe(1);
|
||||
});
|
||||
});
|
||||
|
||||
test("toplevel test", () => {
|
||||
expect(1).toBe(2);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue