Skip to content

Commit 720ab27

Browse files
committed
updates
1 parent 4ae8416 commit 720ab27

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

app/scripts/tests/alias-imports.test.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env node
2-
32
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
43

54
const { describe, it, beforeEach } = require('node:test');

app/scripts/tests/bundle-analyze-ci.test.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env node
22
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
3+
34
const { execSync } = require('child_process');
45
const fs = require('fs');
56
const path = require('path');

app/scripts/tests/mobile-deploy-confirm-module.test.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
2+
23
const { describe, it } = require('node:test');
34
const assert = require('node:assert');
45
const child_process = require('child_process');

0 commit comments

Comments
 (0)