Added first source and embed

This commit is contained in:
mrjvs
2023-08-27 20:36:38 +02:00
parent c55f830c30
commit ffe5e4bb4f
17 changed files with 451 additions and 598 deletions

View File

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