Skip to content

Commit

Permalink
test(context): add missing prop to assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhsf committed Sep 4, 2024
1 parent 5e9e471 commit 73beff9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ it('configureProjectForTs()', async () => {
const baseTsConfigForceAppContent = fs.readJsonSync(baseTsconfigPathForceApp);
expect(baseTsConfigForceAppContent).toEqual({
compilerOptions: {
module: 'NodeNext',
skipLibCheck: true,
target: 'ESNext',
paths: {
Expand Down

0 comments on commit 73beff9

Please sign in to comment.