Skip to content

Commit fd8671a

Browse files
committed
fixing string format
1 parent a158c35 commit fd8671a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const buildName = `jest-browserstack Dt - + Date.now()`;
1+
const buildName = `jest-browserstack Dt - ${Date.now()}`;
22
const username = process.env.BROWSERSTACK_USERNAME || "";
33
const accessKey = process.env.BROWSERSTACK_ACCESS_KEY || "";
44

0 commit comments

Comments
 (0)