summaryrefslogtreecommitdiff
path: root/js/timers_test.ts
AgeCommit message (Collapse)Author
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-08-30clearTimeout's params should not be bigint (#2838)迷渡
2019-08-29setTimeout's params should not be bigint (#2834)迷渡
2019-07-18fix timer's params length (#2655)迷渡
2019-06-18fix clearTimeout.name / clearInterval.name (#2540)迷渡
2019-06-17clearTimeout should convert to number (#2539)迷渡
2019-06-13forbidden to set `this` for setTimeout (#2511)迷渡
2019-06-11set setTimeout callback's this to window objectjustjavac
2019-04-21Fix eslint warnings (#2151)Ryan Dahl
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: LE GOFF Vincent <g_n_s@hotmail.fr>
2019-04-21Fix flaky tests (#2164)Ryan Dahl
2019-04-17Fix flaky tests (#2139)Ryan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-03-06Upgrade deno_std (#1892)Ryan Dahl
A major API change was that asserts are imported from testing/asserts.ts now rather than testing/mod.ts and assertEqual as renamed to assertEquals to conform to what is most common in JavaScript.
2019-01-26timers: use int instead of double for timeout type (#1469)bokuweb
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-10-11timers: align unit tests with othersLi Hao
2018-10-08timers: add test for clearTimer bug #942Bert Belder
2018-10-05Changed tools/lint.py to lint the entire js and tests directories. (#900)Chris Bystrek
* Changed tools/lint.py to lint the entire js and tests directorys and sub directories, currently it was pointing at tsconfig and would only lint files that were part of js/main.ts or node_modules/typescript/lib/lib.esnext.d.ts and their dependencies * Broke the typescript linting out into separate steps for the main typescript programing and tests. * Fixed linting issues in ts tests.
2018-10-03Update timer test to use #497 test caseAndy Hayden
This behavior was fixed by #885.
2018-10-03timers: add some more unit testsLi Hao
Closes #682.
2018-10-03timers: implement timers in javascriptBert Belder
2018-09-25Add SetGlobalTimeout().Ryan Dahl
To be used for a timers implementation soon.
2018-09-16Remove remove_timer asserts (#760)Kevin (Kun) "Kassimo" Qian
* Remove remove_timer asserts * Add clearTimeout invalid id no-panic test * Move timer test to its file AND some lint side-effects