mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
8 lines
198 B
TypeScript
8 lines
198 B
TypeScript
const ts_preset = require('ts-jest/presets/js-with-babel/jest-preset')
|
|
const puppeteer_preset = require('jest-puppeteer/jest-preset')
|
|
require('expect-puppeteer')
|
|
|
|
module.exports = async () => {
|
|
|
|
};
|