test: 💍 bun conversion of merge tests

This commit is contained in:
amianthus
2025-10-27 14:11:57 +00:00
parent e1befed628
commit 2311378208
9 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ describe(`${chalk.yellowBright("mergedAdd1: Testing merged subs, with track")}`,
let org: Organization;
let env: AppEnv;
before(async function () {
beforeAll(async function () {
await setupBefore(this);
const { autumnJs } = this;
db = this.db;

View File

@@ -35,7 +35,7 @@ describe(`${chalk.yellowBright(`${testCase}: Testing merged subs, downgrade`)}`,
let org: Organization;
let env: AppEnv;
before(async function () {
beforeAll(async function () {
await setupBefore(this);
const { autumnJs } = this;
db = this.db;

View File

@@ -68,7 +68,7 @@ describe(`${chalk.yellowBright(`${testCase}: Testing scheduled, and merged add t
let org: Organization;
let env: AppEnv;
before(async function () {
beforeAll(async function () {
await setupBefore(this);
const { autumnJs } = this;
db = this.db;

View File

@@ -102,7 +102,7 @@ describe(`${chalk.yellowBright("mergedAddOn1: Adding an add on")}`, () => {
let org: Organization;
let env: AppEnv;
before(async function () {
beforeAll(async function () {
await setupBefore(this);
const { autumnJs } = this;
db = this.db;

View File

@@ -114,7 +114,7 @@ describe(`${chalk.yellowBright("mergedAddOn2: testing add ons between multiple e
let org: Organization;
let env: AppEnv;
before(async function () {
beforeAll(async function () {
await setupBefore(this);
const { autumnJs } = this;
db = this.db;

View File

@@ -102,7 +102,7 @@ describe(`${chalk.yellowBright("mergedAddOn3: testing add ons between multiple e
let org: Organization;
let env: AppEnv;
before(async function () {
beforeAll(async function () {
await setupBefore(this);
const { autumnJs } = this;
db = this.db;

View File

@@ -98,7 +98,7 @@ describe(`${chalk.yellowBright("mergedAddOn4: testing cancelling add on immediat
let org: Organization;
let env: AppEnv;
before(async function () {
beforeAll(async function () {
await setupBefore(this);
const { autumnJs } = this;
db = this.db;

View File

@@ -98,7 +98,7 @@ describe(`${chalk.yellowBright("mergedAddOn5: testing cancelling add on immediat
let org: Organization;
let env: AppEnv;
before(async function () {
beforeAll(async function () {
await setupBefore(this);
const { autumnJs } = this;
db = this.db;

View File

@@ -140,7 +140,7 @@ describe(`${chalk.yellowBright("mergedAddOn6: testing update add on quantities o
let org: Organization;
let env: AppEnv;
before(async function () {
beforeAll(async function () {
await setupBefore(this);
const { autumnJs } = this;
db = this.db;