Skip to content

test: remove skipped eleventy integration tests #7221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"test:init": "run-s test:init:*",
"test:init:cli-help": "npm run start -- --help",
"test:init:cli-version": "npm run start -- --version",
"test:init:eleventy-deps": "cd tests/integration/__fixtures__/eleventy-site && pnpm install --frozen-lockfile",
"test:init:hugo-deps": "npm ci --prefix tests/integration/__fixtures__/hugo-site --no-audit",
"test:init:monorepo-deps": "cd tests/integration/__fixtures__/monorepo && pnpm install --frozen-lockfile",
"test:init:next-deps": "npm ci --prefix tests/integration/__fixtures__/next-app-without-config --no-audit && npm ci --prefix tests/integration/__fixtures__/next-app --no-audit",
Expand Down
3 changes: 0 additions & 3 deletions tests/integration/__fixtures__/eleventy-site/.eleventy.cjs

This file was deleted.

6 changes: 0 additions & 6 deletions tests/integration/__fixtures__/eleventy-site/.gitignore

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions tests/integration/__fixtures__/eleventy-site/_redirects

This file was deleted.

3 changes: 0 additions & 3 deletions tests/integration/__fixtures__/eleventy-site/force.html

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions tests/integration/__fixtures__/eleventy-site/index.html

This file was deleted.

2 changes: 0 additions & 2 deletions tests/integration/__fixtures__/eleventy-site/netlify.toml

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions tests/integration/__fixtures__/eleventy-site/package.json

This file was deleted.

Loading
Loading