Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5b4713e

Browse files
Chris J. Leepetebacondarwin
Chris J. Lee
authored andcommitted
chore(protractor-conf.js): remove dangling comma
Closes #13051
1 parent 3fa9aba commit 5b4713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protractor-conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config.specs = [
99
];
1010

1111
config.capabilities = {
12-
browserName: 'chrome',
12+
browserName: 'chrome'
1313
};
1414

1515
exports.config = config;

0 commit comments

Comments
 (0)