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 326beeb commit 2d81ffbCopy full SHA for 2d81ffb
src/lib/kitchen-sink.test.ts renamed to src/lib/test/kitchen-sink.test.ts
@@ -1,12 +1,12 @@
1
import { test, expect } from '@playwright/test'
2
-import { calculate_coverage } from './index.js'
+import { calculate_coverage } from '../index.js'
3
import { DOMParser } from 'linkedom'
4
5
function parse_html(html: string) {
6
return new DOMParser().parseFromString(html, 'text/html')
7
}
8
9
-test('proejctw wallace Container', () => {
+test('project wallace Container component', () => {
10
const coverage = [
11
{
12
url: 'http://localhost:4173/_app/immutable/assets/Container.n-2BXq6O.css',
0 commit comments