import { readFileSync as read } from 'fs' // /*/ // ⚡ export const tests = [ ({ eq }) => eq( read('/jail/student/index.html', 'utf8').trim(), '', ), ({ eq }) => eq( read('/jail/student/how-2-js.js', 'utf8').trim(), `console.log('Hello World')`, ), ]