phpcgijs
Version:
Run and Execute PHP, JS, Ruby, Python 2, Python 3, ASPX, JSP, and CGI in CGI / Shell mode using node.js npm package / module. Includes cgijs npm module. `CGIJS` is a Nodejs Module/library to run any `CGI` mode/`Interpreted language script` files like PHP,
20 lines • 587 B
JavaScript
module.exports = {
spec: [
'./test/*.test.js',
'./test/**/*.test.js',
'./test/**/**/*.test.js',
'./test/**/**/**/*.test.js',
'./test/test.*.js',
'./test/**/test.*.js',
'./test/**/**/test.*.js',
'./test/**/**/**/test.*.js',
'./test/*.test.mjs',
'./test/**/*.test.mjs',
'./test/**/**/*.test.mjs',
'./test/**/**/**/*.test.mjs',
'./test/test.*.mjs',
'./test/**/test.*.mjs',
'./test/**/**/test.*.mjs',
'./test/**/**/**/test.*.mjs',
],
};