strapi/test/startTestApp.js

4 lines
103 B
JavaScript
Raw Normal View History

2019-03-06 19:19:33 +01:00
const { startTestApp } = require('./helpers/testAppGenerator');
startTestApp({ appName: 'testApp' });