Skip to content

Commit

Permalink
core: disable snapshot updating in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Sep 7, 2024
1 parent 8e94b5a commit 53d2bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/__tests__/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { unified } from "disparity";
import { Note } from "../src/models";
import format from "html-format";

const UPDATE_SNAPSHOTS = true;
const UPDATE_SNAPSHOTS = false;

export function getFiles(dir: string): IFile[] {
const output = new fdir()
Expand Down

0 comments on commit 53d2bd1

Please sign in to comment.