1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/functional/teardown.js
Juan Picado @jotadeveloper 9242d498d7
refactor: functional testing
* server now are executed in the jest setup phase
* disable one snapshot
2018-06-23 20:57:16 +02:00

6 lines
205 B
JavaScript

// const chalk = require('chalk');
module.exports = async function() {
// console.log(chalk.green('Teardown Verdaccio Functional'));
// console.log(chalk.blue('Teardown:: all server were closed'));
};