Skip to content

Commit

Permalink
Improved test
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Dec 12, 2023
1 parent 647d5df commit 6bc8a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pilet-new.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runTests('pilet-new', ({ test }) => {
},
'pilet.json'(content: string) {
expect(content).not.toBe('');
expect(content).toContain('"sample-piral": {}');
expect(content).toContain('"sample-piral":');
},
'tsconfig.json': false,
'node_modules/react/package.json': false,
Expand Down

0 comments on commit 6bc8a9b

Please sign in to comment.