feat(cli): fixing shadow dom styles #344
Annotations
4 errors
Run npm run test:e2e
Process completed with exit code 1.
|
Run npm run test:e2e:
test-skeletons/app-latest-vite-typescript-shadow-dom-css-vitest-playwright-app-min-browser-evergreen/test/my-app.spec.ts#L34
ReferenceError: expect is not defined
❯ test/my-app.spec.ts:34:5
|
Run npm run test:e2e:
test-skeletons/app-latest-vite-typescript-shadow-dom-css-vitest-playwright-app-min-browser-evergreen/test/my-app.spec.ts#L21
ReferenceError: expect is not defined
❯ test/my-app.spec.ts:21:5
|
Run npm run test:e2e:
test-skeletons/app-latest-vite-typescript-shadow-dom-css-vitest-playwright-app-min-browser-evergreen/test/my-app.spec.ts#L13
AssertionError: Expected values to be strictly equal:
+ actual - expected
+ 'Hello World! This content uses shared Shadow DOM styles! Shared styles work across shadow boundaries'
- 'Hello World!'
Expected: "Hello World!"
Received: "Hello World! This content uses shared Shadow DOM styles! Shared styles work across shadow boundaries"
❯ assertText node_modules/@aurelia/testing/src/startup.ts:156:14
❯ test/my-app.spec.ts:13:5
|
Loading