Skip to content

Commit

Permalink
Add and expose k6/experimental/webcrypto module
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade committed Apr 6, 2023
1 parent db1d023 commit 08836fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/jsmodules.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (

"github.com/grafana/xk6-redis/redis"
"github.com/grafana/xk6-timers/timers"
webcrypto "github.com/grafana/xk6-webcrypto/webcrypto"
expws "github.com/grafana/xk6-websockets/websockets"
)

Expand All @@ -30,6 +31,7 @@ func getInternalJSModules() map[string]interface{} {
"k6/encoding": encoding.New(),
"k6/execution": execution.New(),
"k6/experimental/redis": redis.New(),
"k6/experimental/webcrypto": webcrypto.New(),
"k6/experimental/websockets": &expws.RootModule{},
"k6/experimental/timers": timers.New(),
"k6/experimental/tracing": tracing.New(),
Expand Down

0 comments on commit 08836fd

Please sign in to comment.