UNPKG

@digitalbonds/un-sdgs

Version:

Library that contains a set of data related to the Sustainable Development Goals of United Nations.

13 lines (12 loc) 257 B
'use strict'; module.exports = { diff: true, extension: ['js'], package: './package.json', reporter: 'spec', slow: 75, timeout: 2000, ui: 'bdd', 'watch-files': ['lib/**/*.js', 'test/**/*.js'], 'watch-ignore': ['lib/vendor'] };