Skip to content

Commit

Permalink
fix(snapshots): missing types when imported
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 11, 2024
1 parent 4a2a479 commit 28a69a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-otters-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"mocha-chai-rdf": patch
---

Type for `toMatchSnapshot` was not automatically imported with `snapshots.js`
1 change: 1 addition & 0 deletions lib/snapshots.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import 'mocha-chai-jest-snapshot'
import { jestSnapshotPlugin } from 'mocha-chai-jest-snapshot'
import rdf from '@zazuko/env-node'

Expand Down

0 comments on commit 28a69a4

Please sign in to comment.