UNPKG

package-xml

Version:

Build a Salesforce Package.xml file from a src directory

15 lines (14 loc) 250 B
module.exports = function () { return { files: [ './js/**/*.js*' ], tests: [ 'test/*.spec.js' ], 'testFramework': 'mocha', env: { type: 'node' } } }