Skip to content

Commit 6346557

Browse files
committed
rebase fixes
1 parent 47e192b commit 6346557

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/ui-library/src/components/counter/index.test.a11y.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import '@boiler/ui-library/dist/';
1+
import '@boiler/ui-library';
22

33
import { BlrCounterRenderFunction } from './renderFunction';
44
import type { BlrCounterType } from '.';

packages/ui-library/src/utils/test/run-combination-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { fixture, expect } from '@open-wc/testing';
2-
import type { TaggedComponentRenderFunction } from '../typesafe-generic-component-renderer';
2+
import type { TaggedComponentRenderFunction } from '../typesafe-generic-component-renderer.js';
33

44
export type RunCombinationTestsOptions<T> = {
55
combinationList: T[];

packages/ui-library/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
]
2828
},
2929
"include": ["src"],
30-
"exclude": ["src/**/*.test.ts", "src/**/*.stories.ts"]
30+
"exclude": ["src/**/*.test.*", "src/**/*.stories.ts"]
3131
}

0 commit comments

Comments
 (0)