Skip to content

Commit 11cff5b

Browse files
Copilotpelikhan
andauthored
fix: add afterEach to vitest imports in remove_trigger_label.test.cjs
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/b453b824-12cd-44a5-a0de-5a6946b25d66 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 8ddda1b commit 11cff5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/setup/js/remove_trigger_label.test.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @ts-check
2-
import { describe, it, expect, beforeEach, vi } from "vitest";
2+
import { describe, it, expect, beforeEach, afterEach, vi } from "vitest";
33
const { ERR_CONFIG, ERR_API } = require("./error_codes.cjs");
44

55
const mockCore = {

0 commit comments

Comments
 (0)