aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-04-01 20:02:18 -0700
committerGravatar GitHub <noreply@github.com> 2024-04-02 11:02:18 +0800
commit0310a1f3f3ea9e67a8d4753f4779e33037a0533c (patch)
tree58d97750989784a1be3bb5582e1bf2dd14550091
parentc7578a9e4cc31b953f441ad7ae1f8bf9adab90b7 (diff)
downloadastro-0310a1f3f3ea9e67a8d4753f4779e33037a0533c.tar.gz
astro-0310a1f3f3ea9e67a8d4753f4779e33037a0533c.tar.zst
astro-0310a1f3f3ea9e67a8d4753f4779e33037a0533c.zip
[ci] update lockfile (#10551)
Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
-rw-r--r--packages/integrations/node/test/errors.test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/integrations/node/test/errors.test.js b/packages/integrations/node/test/errors.test.js
index a74751267..365eaff6b 100644
--- a/packages/integrations/node/test/errors.test.js
+++ b/packages/integrations/node/test/errors.test.js
@@ -1,7 +1,5 @@
import assert from 'node:assert/strict';
-import { spawn } from 'node:child_process';
import { after, before, describe, it } from 'node:test';
-import { fileURLToPath } from 'node:url';
import { Worker } from 'node:worker_threads';
import * as cheerio from 'cheerio';
import nodejs from '../dist/index.js';