mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:33:26 +00:00
Added first source and embed
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user