From a9c1b6298b355ea8853e7ed2067f6f3dc6a91fb7 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 27 Dec 2020 07:54:59 +1000 Subject: [PATCH] refactor: fix case of GitHub Changed `Github` to `GitHub` --- __tests__/commands/__snapshots__/init.js.snap | 2 +- __tests__/commands/init.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/commands/__snapshots__/init.js.snap b/__tests__/commands/__snapshots__/init.js.snap index 5ce22ad088..1951c1f194 100644 --- a/__tests__/commands/__snapshots__/init.js.snap +++ b/__tests__/commands/__snapshots__/init.js.snap @@ -39,7 +39,7 @@ Object { } `; -exports[`init using Github shorthand should resolve to full repository URL: init-github 1`] = ` +exports[`init using GitHub shorthand should resolve to full repository URL: init-github 1`] = ` Object { "license": "MIT", "main": "index.js", diff --git a/__tests__/commands/init.js b/__tests__/commands/init.js index 5f06d361f6..c19fc8df2f 100644 --- a/__tests__/commands/init.js +++ b/__tests__/commands/init.js @@ -104,7 +104,7 @@ test('init should use init-* configs when defined', (): Promise => }, )); -test('init using Github shorthand should resolve to full repository URL', (): Promise => { +test('init using GitHub shorthand should resolve to full repository URL', (): Promise => { const questionMap = Object.freeze({ name: 'hi-github', version: '',