We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff33a33 commit 4697e70Copy full SHA for 4697e70
tests/audit.test.ts
@@ -0,0 +1,5 @@
1
+describe('audit command', () => {
2
+ test('result', () => {
3
+ expect(true).toBe(true)
4
+ })
5
+})
tests/audit.ts
0 commit comments