Skip to content

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flodlc committed Nov 17, 2022
1 parent d38aca2 commit 09e5c03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lib/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
export default {
transform: {
'^.+\\.tsx?$': 'esbuild-jest',
},
Expand Down
1 change: 0 additions & 1 deletion packages/lib/src/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export function css({
return scale
? scale(themedValue as never)
: (themedValue as CSSProperties[keyof CSSProperties] | CSSProperties);
// themedValue as CSSProperties[keyof CSSProperties] | CSSProperties
}
};
}
Expand Down

0 comments on commit 09e5c03

Please sign in to comment.