Skip to content

Commit 7e7485d

Browse files
committed
chore: update hugo test
1 parent fd25969 commit 7e7485d

File tree

15 files changed

+1355
-2104
lines changed

15 files changed

+1355
-2104
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ site/src/**/*.md
3131
# tests
3232
.verdaccio-storage
3333
.eslintcache
34-
tests/integration/hugo-site/resources
35-
tests/integration/hugo-site/out
36-
tests/integration/hugo-site/.hugo_build.lock
3734
_test_out/**
3835
*.crt
3936
*.key

npm-shrinkwrap.json

Lines changed: 1187 additions & 1889 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"test:init:cli-version": "npm run start -- --version",
5555
"test:init:cli-help": "npm run start -- --help",
5656
"test:init:eleventy-deps": "npm ci --prefix tests/integration/eleventy-site --no-audit",
57-
"test:init:hugo-deps": "npm ci --prefix tests/integration/hugo-site --no-audit",
57+
"test:init:hugo-deps": "npm ci --prefix tests/integration/__fixtures__/hugo-site --no-audit",
5858
"test:dev:ava": "ava --verbose",
5959
"test:dev:vitest": "vitest run tests/unit/ && vitest run tests/integration",
6060
"test:ci:ava:integration": "c8 -r json ava --concurrency 1 --no-worker-threads tests/integration/",
@@ -185,13 +185,14 @@
185185
"devDependencies": {
186186
"@babel/preset-react": "^7.12.13",
187187
"@netlify/eslint-config-node": "^7.0.0",
188+
"@types/fs-extra": "^11.0.1",
188189
"@vitest/coverage-c8": "^0.29.7",
189190
"ava": "^4.0.0",
190191
"c8": "^7.11.0",
191-
"cpy": "^9.0.1",
192192
"eslint-plugin-sort-destructure-keys": "^1.3.5",
193193
"fast-glob": "^3.2.7",
194194
"form-data": "^4.0.0",
195+
"fs-extra": "^11.1.1",
195196
"got": "^11.8.6",
196197
"graphviz": "^0.0.9",
197198
"husky": "^8.0.0",

tests/integration/510.hugo.test.cjs

Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
out
2+
.hugo_build.lock
3+
resources
4+
node_modules

0 commit comments

Comments
 (0)