We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a158c35 commit fd8671aCopy full SHA for fd8671a
jest.config.js
@@ -1,4 +1,4 @@
1
-const buildName = `jest-browserstack Dt - + Date.now()`;
+const buildName = `jest-browserstack Dt - ${Date.now()}`;
2
const username = process.env.BROWSERSTACK_USERNAME || "";
3
const accessKey = process.env.BROWSERSTACK_ACCESS_KEY || "";
4
0 commit comments