mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Add jest and puppeteer for testing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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 () => {
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user