mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
d337668599
* init load tests * add machine pat * setup app * add introspect * use xk6-modules repo * logging * add teardown * add manipulate user * add manipulate user * remove logs * convert tests to ts * add readme * zitadel * review comments
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
{
|
|
"presets": ["@babel/env", "@babel/typescript"],
|
|
"plugins": [
|
|
"@babel/proposal-class-properties",
|
|
|
|
"@babel/proposal-object-rest-spread"
|
|
]
|
|
} |