diff --git a/src/index.ts b/src/index.ts index b3a3bca52..13f753fd2 100755 --- a/src/index.ts +++ b/src/index.ts @@ -288,7 +288,7 @@ prog scripts: { start: 'tsdx watch', build: 'tsdx build', - test: template === 'react' ? 'tsdx test --env=jsdom' : 'tsdx test', + test: template === 'react' ? 'tsdx test --env=jsdom --passWithNoTests' : 'tsdx test', lint: 'tsdx lint', }, peerDependencies: template === 'react' ? { react: '>=16' } : {},