Skip to content

Commit

Permalink
test: use the correct afterEach in deploy-non-npm-packages tests (#5179)
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin authored Mar 6, 2024
1 parent b27c95f commit 24e1dca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/deployments/__tests__/deploy-non-npm-packages.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { execSync } from "child_process";
import { afterEach } from "node:test";
import { describe, it, vitest } from "vitest";
import { afterEach, describe, it, vitest } from "vitest";
import {
deployNonNpmPackages,
deployPackage,
Expand Down

0 comments on commit 24e1dca

Please sign in to comment.