mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-18 13:22:20 +01:00
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
'use strict';
|
|
|
|
// Protractor configuration
|
|
exports.config = {
|
|
specs: ['modules/*/tests/e2e/*.js']
|
|
};
|