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