tests(cli): add test case for watch-options-poll

This commit is contained in:
Nitin Kumar 2020-07-07 20:54:05 +05:30
parent 0737f3cfe2
commit 026efa8b1a
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,7 @@ describe("Cli", () => {
"numbers",
{
"watch-options-aggregate-timeout": 100,
"watch-options-poll": "100",
"output-ecma-version": "2015"
},
{},
@ -220,6 +221,7 @@ describe("Cli", () => {
},
"watchOptions": Object {
"aggregateTimeout": 100,
"poll": 100,
},
}
`)