Added poc #281
Annotations
5 errors and 2 warnings
test/basic.test.ts > basic:
src/lib/fa.svelte#L42
TypeError: Cannot read properties of undefined (reading 'prefix')
❯ Object.$$self.$$.update src/lib/fa.svelte:42:20
❯ Module.init node_modules/svelte/src/runtime/internal/Component.js:139:5
❯ new Fa src/lib/fa.svelte:707:25
❯ Module.createProxiedComponent node_modules/svelte-hmr/runtime/svelte-hooks.js:338:9
❯ new ProxyComponent node_modules/svelte-hmr/runtime/proxy.js:243:29
❯ new Proxy<Fa> node_modules/svelte-hmr/runtime/proxy.js:351:11
❯ SvelteTestingLibrary.renderComponent node_modules/@testing-library/svelte/src/pure.js:97:23
❯ SvelteTestingLibrary.render node_modules/@testing-library/svelte/src/pure.js:65:28
❯ mountFa test/basic.test.ts:11:3
❯ test/basic.test.ts:23:3
|
test/basic.test.ts > color:
test/basic.test.ts#L61
AssertionError: expected 'var(--svelte-fa-primary-color)' to be 'red' // Object.is equality
- Expected
+ Received
- red
+ var(--svelte-fa-primary-color)
❯ test/basic.test.ts:61:63
|
test/duotone.test.ts > basic:
src/lib/fa.svelte#L42
TypeError: Cannot read properties of undefined (reading 'prefix')
❯ Object.$$self.$$.update src/lib/fa.svelte:42:20
❯ Module.init node_modules/svelte/src/runtime/internal/Component.js:139:5
❯ new Fa src/lib/fa.svelte:707:25
❯ Module.createProxiedComponent node_modules/svelte-hmr/runtime/svelte-hooks.js:338:9
❯ new ProxyComponent node_modules/svelte-hmr/runtime/proxy.js:243:29
❯ new Proxy<Fa> node_modules/svelte-hmr/runtime/proxy.js:351:11
❯ SvelteTestingLibrary.renderComponent node_modules/@testing-library/svelte/src/pure.js:97:23
❯ SvelteTestingLibrary.render node_modules/@testing-library/svelte/src/pure.js:65:28
❯ mountFa test/duotone.test.ts:11:3
❯ test/duotone.test.ts:23:3
|
test/duotone.test.ts > colors:
test/duotone.test.ts#L58
AssertionError: expected 'var(--svelte-fa-secondary-color)' to be 'currentColor' // Object.is equality
- Expected
+ Received
- currentColor
+ var(--svelte-fa-secondary-color)
❯ test/duotone.test.ts:58:41
|
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|