mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
5 lines
205 B
JavaScript
5 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'));
|
|
};
|