This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-18 22:45:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
cli-tests
/
utils
/
index.js
7 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
test: initialize CLI e2e testing framework * chore: lint test scripts * chore: clone playwright tests * chore: clean up test runner * feat: add jest test runner with concurrency * chore: documentation * chore: docs * chore: fix prettier * chore: lint * chore: remove log * chore: remove console.logs * fix: ensure enough test apps are available * chore: add log for yalc * chore: fix logging * chore: tests to todos
2024-01-08 11:23:26 +01:00
'use strict'
;
feat: add seeding (import/export) capabilities to cli tests
2024-01-08 16:05:42 +01:00
module
.
exports
=
{
fs
:
require
(
'./fs'
)
,
seed
:
require
(
'../scripts/dts-import'
)
,
}
;
Reference in New Issue
Copy Permalink