Skip to content

Commit

Permalink
webgl: Enable single run for yarn test (#5525)
Browse files Browse the repository at this point in the history
* webgl: Enable single run for yarn test

* Remove trailing comma.
  • Loading branch information
qjia7 authored Aug 25, 2021
1 parent 18b0c0a commit 701ddd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tfjs-backend-webgl/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ const devConfig = {
],
preprocessors: {'**/*.ts': ['karma-typescript']},
karmaTypescriptConfig,
reporters: ['dots', 'karma-typescript']
reporters: ['dots', 'karma-typescript'],
singleRun: true
};

const browserstackConfig = {
...devConfig,
hostname: 'bs-local.com',
singleRun: true,
port: 9886
};

Expand Down

0 comments on commit 701ddd8

Please sign in to comment.