strapi/test/startTestApp.js
Alexandre Bodin 07e7cfc0bd Make lint stricter and fix the errors
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-02 19:41:42 +01:00

6 lines
118 B
JavaScript

'use strict';
const { startTestApp } = require('./helpers/testAppGenerator');
startTestApp({ appName: 'testApp' });