Skip to content

Commit

Permalink
fix: query facade
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Oct 8, 2023
1 parent 0c45eb0 commit 9f143c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jest-metadata/e2e",
"description": "Fixture recorder, benchmarks for test jest-metadata with a wide range of Jest versions",
"private": true,
"version": "1.0.0-beta.21",
"version": "1.0.0-beta.23",
"devDependencies": {
"cross-env": "^7.0.3",
"is-ci": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-metadata",
"version": "1.0.0-beta.22",
"version": "1.0.0-beta.23",
"description": "Extend Jest with custom metadata",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import type { ParentProcessRealm } from './realms';

const realm = unknownRealm as ParentProcessRealm;

export const query = realm.query;

/**
* @implements {import('@jest/reporters').Reporter}
*/
Expand Down

0 comments on commit 9f143c8

Please sign in to comment.