mirror of
https://github.com/ijprest/keyboard-layout-editor.git
synced 2026-04-15 12:20:21 -07:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
exports.config = {
|
|
seleniumAddress: 'http://localhost:4444/wd/hub',
|
|
specs: ['kb-spec.js']
|
|
};
|