8000 rename scripts · avdim/github-script@0b2df5a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b2df5a

Browse files
committed
rename scripts
1 parent 280c5a5 commit 0b2df5a

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/my_node_js_integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- run: npm ci
23-
- run: ./integration_test.sh
23+
- run: ./test-integration.sh
2424
# - run: npm run build --if-present
2525
# - run: npm test

__test__/migrate.test.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ describe('migrate', () => {
3131
console.log("mappedPort: ", mappedFromPort)
3232
const FROM = `http://localhost:${mappedFromPort}`
3333

34-
function timeout(ms: number) {
35-
return new Promise(resolve => setTimeout(resolve, ms));
36-
}
3734
console.log("before timeout", new Date().getSeconds())
3835
await timeout(5_000)
3936
console.log("after timeout", new Date().getSeconds())
@@ -55,3 +52,7 @@ describe('migrate', () => {
5552

5653
})
5754
})
55+
56+
function timeout(ms: number) {
57+
return new Promise(resolve => setTimeout(resolve, ms));
58+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
0