diff options
| author | Casper Beyer <caspervonb@pm.me> | 2021-01-09 14:32:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-09 07:32:04 +0100 |
| commit | 6d7da6309eb73905ebc86ba2820c741670ac0fd3 (patch) | |
| tree | 0cff808d6b7ac623b952d27f3e39f909e52f8270 /cli | |
| parent | 96372097657685b5655bba95ce5a329364a9301b (diff) | |
tests: enable WPT for timers (#9047)
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/tests/wpt.jsonc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/wpt.jsonc b/cli/tests/wpt.jsonc index d43aa9ce6..0a14f8fa6 100644 --- a/cli/tests/wpt.jsonc +++ b/cli/tests/wpt.jsonc @@ -145,7 +145,8 @@ "hr-time": ["monotonic-clock"], "html": [ "webappapis/microtask-queuing/queue-microtask-exceptions.any", - "webappapis/microtask-queuing/queue-microtask.any" + "webappapis/microtask-queuing/queue-microtask.any", + "webappapis/timers", ], "user-timing": [ "clear_all_marks", |
