Skip to content

Commit

Permalink
rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
faselbaum committed Jul 1, 2024
1 parent 47e192b commit 6346557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '@boiler/ui-library/dist/';
import '@boiler/ui-library';

import { BlrCounterRenderFunction } from './renderFunction';
import type { BlrCounterType } from '.';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-library/src/utils/test/run-combination-test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { fixture, expect } from '@open-wc/testing';
import type { TaggedComponentRenderFunction } from '../typesafe-generic-component-renderer';
import type { TaggedComponentRenderFunction } from '../typesafe-generic-component-renderer.js';

export type RunCombinationTestsOptions<T> = {
combinationList: T[];
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-library/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
]
},
"include": ["src"],
"exclude": ["src/**/*.test.ts", "src/**/*.stories.ts"]
"exclude": ["src/**/*.test.*", "src/**/*.stories.ts"]
}

0 comments on commit 6346557

Please sign in to comment.