Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Oct 24, 2024
1 parent f46da56 commit e79ce7d
Show file tree
Hide file tree
Showing 19 changed files with 1,008 additions and 59 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2024 Ory Corp
// SPDX-License-Identifier: Apache-2.0

import { getJestProjects, getJestProjectsAsync } from "@nx/jest"
import { getJestProjects } from "@nx/jest"

export default {
projects: getJestProjects(),
Expand Down
120 changes: 120 additions & 0 deletions package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { UiNodeImageAttributes } from '@ory/client-fetch';
import { UiNodeInputAttributes } from '@ory/client-fetch';
import { UiNodeTextAttributes } from '@ory/client-fetch';
import { UiText } from '@ory/client-fetch';
import { VariantProps } from 'class-variance-authority';
import { VerificationFlow } from '@ory/client-fetch';

// Warning: (ae-forgotten-export) The symbol "OryCardRootProps" needs to be exported by the entry point index.d.ts
Expand Down
Loading

0 comments on commit e79ce7d

Please sign in to comment.