Skip to content

Commit

Permalink
Ensure tests can run
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanderclay committed Mar 8, 2024
1 parent 59ebeb2 commit 39f0e78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
react-native-siri-shortcut,
react-native-google-cast,
react-native-pdf,
managed-config,
]
name: Test ${{ matrix.package }} on Node ${{ matrix.node }}
steps:
Expand Down
1 change: 1 addition & 0 deletions packages/managed-config/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("expo-module-scripts/jest-preset-plugin");
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { AppRestriction } from "../app-restriction-types";
import { generateAppRestrictionsContent } from "../generate-app-restrictions-content";
import { AppRestriction } from "../appRestrictionTypes";
import { generateAppRestrictionsContent } from "../generateAppRestrictionsContent";

describe("generateAppRestrictionsContent", () => {
describe("string", () => {
Expand Down

0 comments on commit 39f0e78

Please sign in to comment.