mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-10 22:00:43 -04:00
refactor: migrate challenge parser tests to vitest (#62186)
This commit is contained in:
committed by
GitHub
parent
2590c1c820
commit
28411a2cec
@@ -1,6 +1,7 @@
|
||||
const { isObject } = require('lodash');
|
||||
const parseFixture = require('../__fixtures__/parse-fixture');
|
||||
const addSolution = require('./add-solution');
|
||||
import { describe, beforeAll, beforeEach, it, expect } from 'vitest';
|
||||
import { isObject } from 'lodash';
|
||||
import parseFixture from '../__fixtures__/parse-fixture';
|
||||
import addSolution from './add-solution';
|
||||
|
||||
describe('add solution plugin', () => {
|
||||
let mockAST, multiSolnsAST, editableSolutionAST;
|
||||
|
||||
Reference in New Issue
Block a user