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