Skip to content

Commit

Permalink
Rewrite event loop tests as integration tests
Browse files Browse the repository at this point in the history
This also removes the duplication of the xk6-timers module, and uses
it directly now that it's an experimental built-in module.

Although, shouldn't these be xk6-timers tests rather than event loop
ones? We have plenty of tests that indirectly test the event loop, and
we could always add much simpler ones that don't involve the timers
module.

See #2459
  • Loading branch information
Ivan Mirić committed Jan 16, 2023
1 parent 7cd1782 commit 03f8cee
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 468 deletions.
219 changes: 0 additions & 219 deletions cmd/integration_tests/eventloop/eventloop_test.go

This file was deleted.

157 changes: 0 additions & 157 deletions cmd/integration_tests/testmodules/events/events.go

This file was deleted.

Loading

0 comments on commit 03f8cee

Please sign in to comment.