Skip to content

Commit

Permalink
Merge pull request #195 from sadsa/patch-1
Browse files Browse the repository at this point in the history
Pass tests in cases where no tests exist
  • Loading branch information
swyxio committed Nov 4, 2019
2 parents 72154fa + 61a3177 commit acd7e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' } : {},
Expand Down

0 comments on commit acd7e54

Please sign in to comment.