Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 6a556b8

Browse files
committed
(pub): publish v0.0.1 -- the first version!
- currently exports all of Jest's global methods, plus jest & expect: - jest - expect - afterAll - afterEach - beforeAll - beforeEach - describe - fdescribe - xdescribe - test - it - fit - xtest - xit
1 parent d190869 commit 6a556b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-without-globals",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Explicitly import Jest globals",
55
"main": "dist/index.js",
66
"module": "dist/jest-without-globals.esm.js",

0 commit comments

Comments
 (0)