Skip to content

Commit

Permalink
Add year to experimental browser warning
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Bespalov <oleg.bespalov@grafana.com>
  • Loading branch information
inancgumus and olegbespalov authored Jun 12, 2024
1 parent 48683b0 commit e4feddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jsmodules.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func getInternalJSModules() map[string]interface{} {
"k6/experimental/tracing": tracing.New(),
"k6/experimental/browser": newWarnExperimentalModule(browser.NewSync(),
"Please update your imports to use k6/browser instead of k6/experimental/browser,"+
" which will be removed after September 23rd. Ensure your scripts are migrated by then."+
" which will be removed after September 23rd, 2024. Ensure your scripts are migrated by then."+
" For more information, see the migration guide at the link:"+
" https://grafana.com/docs/k6/latest/using-k6-browser/migrating-to-k6-v0-52/"),
"k6/browser": browser.New(),
Expand Down

0 comments on commit e4feddc

Please sign in to comment.