Fix build

This commit is contained in:
mrjvs
2023-08-27 20:47:48 +02:00
parent ffe5e4bb4f
commit be9e8d6da2
6 changed files with 96 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
import { describe, it, expect } from "vitest";
describe('oof.ts', () => {
it('should contain hello', () => {
expect('hello').toContain('hello');