strapi/test/startTestApp.js

6 lines
118 B
JavaScript
Raw Normal View History

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