Skip to content

Commit 27a5918

Browse files
committed
fix linting errors
1 parent fc0e1b1 commit 27a5918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ module.exports = function (config) {
101101
// Continuous Integration mode
102102
// if true, it capture browsers, run tests and exit
103103
singleRun: true,
104-
});
105-
};
104+
})
105+
}

0 commit comments

Comments
 (0)