Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joan López de la Franca Beltran <5459617+joanlopez@users.noreply.github.com>
  • Loading branch information
mstoykov and joanlopez committed Jul 17, 2024
1 parent 57e509d commit 111985b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/jsmodules.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ func getInternalJSModules() map[string]interface{} {
"k6/experimental/webcrypto": webcrypto.New(),
"k6/experimental/websockets": &expws.RootModule{},
"k6/experimental/timers": newWarnExperimentalModule(timers.New(),
"The exports of `k6/experimental/timers` as globally available, so no need to import them."+
" The emodule will be removed after September 23rd, 2024 (v0.54.0). Ensure your scripts are migrated by then."+
" There are no API changes, so this is a drop in replacement and is also available under `k6/timers`."),
"The exports of `k6/experimental/timers` are globally available, so no need to import them."+
" The module will be removed after September 23rd, 2024 (v0.54.0). Ensure your scripts are migrated by then."+
" There are no API changes, so this is a drop-in replacement and is also available under `k6/timers`."),
"k6/experimental/tracing": tracing.New(),
"k6/experimental/browser": newWarnExperimentalModule(browser.NewSync(),
"Please update your imports to use k6/browser instead of k6/experimental/browser,"+
Expand Down

0 comments on commit 111985b

Please sign in to comment.