refactor: migrate challenge parser tests to vitest (#62186)

This commit is contained in:
Oliver Eyton-Williams
2025-09-12 18:50:02 +02:00
committed by GitHub
parent 2590c1c820
commit 28411a2cec
36 changed files with 257 additions and 288 deletions
@@ -1,7 +1,8 @@
const isArray = require('lodash/isArray');
const parseFixture = require('../__fixtures__/parse-fixture');
import { describe, beforeAll, beforeEach, it, expect } from 'vitest';
import isArray from 'lodash/isArray';
import parseFixture from '../__fixtures__/parse-fixture';
const addSeed = require('./add-seed');
import addSeed from './add-seed';
describe('add-seed plugin', () => {
let adjacentKeysAST,