We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48683b0 commit e4feddcCopy full SHA for e4feddc
js/jsmodules.go
@@ -48,7 +48,7 @@ func getInternalJSModules() map[string]interface{} {
48
"k6/experimental/tracing": tracing.New(),
49
"k6/experimental/browser": newWarnExperimentalModule(browser.NewSync(),
50
"Please update your imports to use k6/browser instead of k6/experimental/browser,"+
51
- " 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."+
52
" For more information, see the migration guide at the link:"+
53
" https://grafana.com/docs/k6/latest/using-k6-browser/migrating-to-k6-v0-52/"),
54
"k6/browser": browser.New(),
0 commit comments