Add SES lockdown to testrunners

Except @cosmjs/cli
This commit is contained in:
willclarktech
2021-01-19 17:42:28 +00:00
parent a0bf3b3b03
commit 8372a7dca0
16 changed files with 112 additions and 16 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {
require("ses/lockdown");
// eslint-disable-next-line no-undef
lockdown();
}
require("source-map-support").install();
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");