Skip to content

Commit

Permalink
test: update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Nov 9, 2021
1 parent ce378dd commit c6c11ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/diffrun.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = [
{
'package.json': 'sleep 3',
'*.ts': ['sleep 3'],
'package.json': 'sleep 1',
'*.ts': ['sleep 1'],
},
{
'*.ts': ['sleep 2'],
Expand Down

0 comments on commit c6c11ac

Please sign in to comment.