Socket
Socket
Sign inDemoInstall

@jest/globals

Package Overview
Dependencies
3
Maintainers
6
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.0-alpha.11 to 28.0.0

64

build/index.d.ts

@@ -7,48 +7,18 @@ /**

*/
import type {Global} from '@jest/types';
import type {Jest} from '@jest/environment';
import type {JestExpect} from '@jest/expect';
declare const afterAll_2: Global.GlobalAdditions['afterAll'];
export {afterAll_2 as afterAll};
declare const afterEach_2: Global.GlobalAdditions['afterEach'];
export {afterEach_2 as afterEach};
declare const beforeAll_2: Global.GlobalAdditions['beforeAll'];
export {beforeAll_2 as beforeAll};
declare const beforeEach_2: Global.GlobalAdditions['beforeEach'];
export {beforeEach_2 as beforeEach};
declare const describe_2: Global.GlobalAdditions['describe'];
export {describe_2 as describe};
declare const expect_2: JestExpect;
export {expect_2 as expect};
declare const fdescribe_2: Global.GlobalAdditions['fdescribe'];
export {fdescribe_2 as fdescribe};
declare const fit_2: Global.GlobalAdditions['fit'];
export {fit_2 as fit};
declare const it_2: Global.GlobalAdditions['it'];
export {it_2 as it};
declare const jest_2: Jest;
export {jest_2 as jest};
declare const test_2: Global.GlobalAdditions['test'];
export {test_2 as test};
declare const xdescribe_2: Global.GlobalAdditions['xdescribe'];
export {xdescribe_2 as xdescribe};
declare const xit_2: Global.GlobalAdditions['xit'];
export {xit_2 as xit};
declare const xtest_2: Global.GlobalAdditions['xtest'];
export {xtest_2 as xtest};
export {};
import type { Jest } from '@jest/environment';
import type { JestExpect } from '@jest/expect';
import type { Global } from '@jest/types';
export declare const jest: Jest;
export declare const expect: JestExpect;
export declare const it: Global.GlobalAdditions['it'];
export declare const test: Global.GlobalAdditions['test'];
export declare const fit: Global.GlobalAdditions['fit'];
export declare const xit: Global.GlobalAdditions['xit'];
export declare const xtest: Global.GlobalAdditions['xtest'];
export declare const describe: Global.GlobalAdditions['describe'];
export declare const xdescribe: Global.GlobalAdditions['xdescribe'];
export declare const fdescribe: Global.GlobalAdditions['fdescribe'];
export declare const beforeAll: Global.GlobalAdditions['beforeAll'];
export declare const beforeEach: Global.GlobalAdditions['beforeEach'];
export declare const afterEach: Global.GlobalAdditions['afterEach'];
export declare const afterAll: Global.GlobalAdditions['afterAll'];
{
"name": "@jest/globals",
"version": "28.0.0-alpha.11",
"version": "28.0.0",
"repository": {

@@ -23,5 +23,5 @@ "type": "git",

"dependencies": {
"@jest/environment": "^28.0.0-alpha.11",
"@jest/expect": "^28.0.0-alpha.11",
"@jest/types": "^28.0.0-alpha.9"
"@jest/environment": "^28.0.0",
"@jest/expect": "^28.0.0",
"@jest/types": "^28.0.0"
},

@@ -31,3 +31,3 @@ "publishConfig": {

},
"gitHead": "8b4b78759d255746f11e396efe7d06ac93dbd05b"
"gitHead": "8f9b812faf8e4d241d560a8574f0c6ed20a89365"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc