Skip to content

Commit 257c5c9

Browse files
authored
Merge pull request #39 from salesforcecli/re/windows_unit_tests
2 parents f1ae5d6 + 3eaf5ed commit 257c5c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ workflows:
1515
parameters:
1616
os:
1717
- linux
18+
- windows
1819
node_version:
1920
- latest
2021
- lts

test/unit/endtoend.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('plugin-login', () => {
4242
});
4343
it('creates with summary', async () => {
4444
const dita = loadTestDitamapFile(join('login', 'cli_reference_login_org_jwt_unified.xml'));
45-
expect(/shortdesc">\n(\s.*)Log in to a Salesforce org using a JSON web token \(JWT\)./.test(dita)).to.be.true;
45+
expect(/shortdesc">\r?\n(\s.*)Log in to a Salesforce org using a JSON web token \(JWT\)./.test(dita)).to.be.true;
4646
});
4747
it('creates parameters', async () => {
4848
const dita = loadTestDitamapFile(join('login', 'cli_reference_login_org_jwt_unified.xml'));

0 commit comments

Comments
 (0)