Skip to content

Commit 42885b5

Browse files
fix: preset name to gatsby
1 parent f23ffc9 commit 42885b5

32 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

lib/utils/presets/presets.utils.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('getPresetsList utils', () => {
1515
'angular',
1616
'astro',
1717
'emscripten',
18-
'gastby',
18+
'gatsby',
1919
'hexo',
2020
'next',
2121
'react',
@@ -81,7 +81,7 @@ describe('getPresetsList utils', () => {
8181
'Angular (Deliver)',
8282
'Astro (Deliver)',
8383
'Emscripten (Compute)',
84-
'Gastby (Deliver)',
84+
'Gatsby (Deliver)',
8585
'Hexo (Deliver)',
8686
'Next (Compute)',
8787
'Next (Deliver)',

tests/e2e/gastby-static.test.js tests/e2e/gatsby-static.test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const TIMEOUT = 10 * 60 * 1000;
1010

1111
let serverPort;
1212
let localhostBaseUrl;
13-
const EXAMPLE_PATH = '/examples/gastby-static';
13+
const EXAMPLE_PATH = '/examples/gatsby-static';
1414

15-
describe('E2E - gastby-static project', () => {
15+
describe('E2E - gatsby-static project', () => {
1616
let request;
1717
let browser;
1818
let page;
@@ -23,7 +23,7 @@ describe('E2E - gastby-static project', () => {
2323

2424
request = supertest(localhostBaseUrl);
2525

26-
await projectInitializer(EXAMPLE_PATH, 'gastby', 'deliver', serverPort);
26+
await projectInitializer(EXAMPLE_PATH, 'gatsby', 'deliver', serverPort);
2727

2828
browser = await puppeteer.launch({ headless: 'new' });
2929
page = await browser.newPage();

0 commit comments

Comments
 (0)