Skip to content

Commit

Permalink
feat: add @ima/testing-library
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipoliko committed Aug 15, 2024
1 parent fbbd942 commit 6bedfaa
Show file tree
Hide file tree
Showing 22 changed files with 759 additions and 95 deletions.
204 changes: 111 additions & 93 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"./packages/devtools",
"./packages/error-overlay",
"./packages/react-page-renderer",
"./packages/testing-library",
"./packages/storybook-integration",
"./website"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/boot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface Resources {
*/
export interface Environment {
[key: string]: unknown;
$Debug: GlobalImaObject['$Version'];
$Debug: GlobalImaObject['$Debug'];
$Language: Record<string, string>;
$Version: GlobalImaObject['$Version'];
$App: GlobalImaObject['$App'];
Expand Down
Loading

0 comments on commit 6bedfaa

Please sign in to comment.