Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Dec 10, 2024
1 parent 7c86b04 commit 8e8b50d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { describe, expect, test } from "@jest/globals";
import { ShortAgreement } from "../fetchAgreementsWithKaliId";
import { format } from "../format";
import fiche from "./data/ficheSP-mock.json";
import ficheWithRef from "./data/fiche-SP-with-external-ref.json";
import expected from "./data/formatted-raw-ficheSP.json";
import fiche from "./ficheSP-mock.json";
import ficheWithRef from "./fiche-SP-with-external-ref.json";
import expected from "./formatted-raw-ficheSP.json";
import { referenceResolverMock } from "./parseReferences.test";

const agreements: ShortAgreement[] = [
Expand Down

0 comments on commit 8e8b50d

Please sign in to comment.