We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f0366 commit 4338488Copy full SHA for 4338488
.github/workflows/release-commit.yml .github/workflows/release-commit_yml.github/workflows/release-commit.yml renamed to .github/workflows/release-commit_yml
test/foo.test.ts
@@ -0,0 +1,5 @@
1
+import { expect, it } from 'vitest'
2
+
3
+it('foo', () => {
4
+ expect(1).toBe(1)
5
+})
0 commit comments