Skip to content

Commit

Permalink
really last run at #86
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbes7878 committed Aug 28, 2022
1 parent 7ae1720 commit 238dede
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/bluprint.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('GraphicsKit bluprint', function() {

mock({
[userConfigPath]: JSON.stringify(userConfig),
[path.join(os.homedir(), '.aws/credentials')]: '[default]\naws_access_key_id=SOMETHING123\naws_secret_access_key=SOMETHINGELSE123',
[path.join(os.homedir(), '.aws/credentials')]: '[default]\r\naws_access_key_id=SOMETHING123\r\naws_secret_access_key=SOMETHINGELSE123',
[path.join(os.homedir(), '.reuters-graphics/profile.json')]: JSON.stringify({
name: 'Jon Doe',
email: 'an-email@thomsonreuters.com',
Expand All @@ -52,11 +52,7 @@ describe('GraphicsKit bluprint', function() {
});

it('Creates a new project from the bluprint', async function() {
prompts.inject({
projectName: 'test-project',
makeDoc: false,
org: 'na',
});
prompts.inject(['test-project', 'na', false]);

await bluprint.start('graphics-kit');

Expand Down

0 comments on commit 238dede

Please sign in to comment.