// Mocha testing framework configuration optionsmocha: { all: { options: { run: true, urls: ['http://<%= browserSync.test.options.host %>:<%= browserSync.test.options.port %>/index.html'] } }},
相关分类