Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilrajput03 authored Aug 19, 2022
1 parent 29110d7 commit 52090a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module.exports = {
tasks: [{ command: 'test', params: { testFiles: ['{path}'] } }],
files: ['./test/**/*'],
verbose: true,
clearOnStart: true,
clearOnStart: true,
start: 'echo Running my test task now..',
}
}
Expand Down

0 comments on commit 52090a4

Please sign in to comment.