mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Add SES lockdown to testrunners
Except @cosmjs/cli
This commit is contained in:
parent
a0bf3b3b03
commit
8372a7dca0
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* 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();
|
require("source-map-support").install();
|
||||||
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
const defaultSpecReporterConfig = require("../../jasmine-spec-reporter.config.json");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user