mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-17 12:52:22 +01:00
10 lines
189 B
JavaScript
10 lines
189 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
tests: {
|
|
client: ['modules/*/tests/client/**/*.js'],
|
|
server: ['modules/*/tests/server/**/*.js'],
|
|
e2e: ['modules/*/tests/e2e/**/*.js']
|
|
}
|
|
};
|