mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-21 16:00:59 -05:00
Added tests for action-group
This commit is contained in:
parent
b35f5822ed
commit
3b0179991a
1 changed files with 7 additions and 0 deletions
7
tests/unit/utils/actions/action-group.spec.ts
Normal file
7
tests/unit/utils/actions/action-group.spec.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { DEFAULT_ACTION_GROUP_DELIMITER } from "@/utils/actions/action-group";
|
||||
|
||||
describe("DEFAULT_ACTION_GROUP_DELIMITER", () => {
|
||||
test("is defined", () => {
|
||||
expect(typeof DEFAULT_ACTION_GROUP_DELIMITER).toBe("string");
|
||||
});
|
||||
});
|
Loading…
Reference in a new issue