Replacing jest-yaml-transformer with yaml-jest

This commit is contained in:
James Barnsley
2024-03-25 20:40:31 +13:00
parent 7718bd2bf9
commit 1c00312e6a
4 changed files with 38 additions and 48 deletions

View File

@ -1,4 +1,4 @@
const transformer = require("jest-transform-yaml").default
const transformer = require("yaml-jest").default
const newTransformer = {
...transformer,