diff --git a/src/pilet-new.test.ts b/src/pilet-new.test.ts index ae9e946..836ecd3 100644 --- a/src/pilet-new.test.ts +++ b/src/pilet-new.test.ts @@ -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,