mirror of
https://github.com/dnlbauer/obsidian-dataview-autocompletion.git
synced 2026-09-11 06:35:29 +00:00
feat: configuring tests
This commit is contained in:
5
src/mytest.test.js
Normal file
5
src/mytest.test.js
Normal file
@@ -0,0 +1,5 @@
|
||||
describe("testing setup", () => {
|
||||
test("testing setup", () => {
|
||||
expect(1).toBe(1)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user