Skip to content

Commit 2d81ffb

Browse files
committed
move kitchen sink to /test/ folder
1 parent 326beeb commit 2d81ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/kitchen-sink.test.ts renamed to src/lib/test/kitchen-sink.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { test, expect } from '@playwright/test'
2-
import { calculate_coverage } from './index.js'
2+
import { calculate_coverage } from '../index.js'
33
import { DOMParser } from 'linkedom'
44

55
function parse_html(html: string) {
66
return new DOMParser().parseFromString(html, 'text/html')
77
}
88

9-
test('proejctw wallace Container', () => {
9+
test('project wallace Container component', () => {
1010
const coverage = [
1111
{
1212
url: 'http://localhost:4173/_app/immutable/assets/Container.n-2BXq6O.css',

0 commit comments

Comments
 (0)