MangelMaxime / eleventy-reproduction-programmatic-api-bug-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproduction for an issue with Eleventy when using the programmatic API.

Steps to reproduce

  1. npm install
  2. npx vitest and see that the test fails
  3. Go to tests/fixtures/minimal/.eleventy.js and toggle the input configuration line
  4. Run npx vitest again and see that the test passes

About


Languages

Language:JavaScript 78.2%Language:TypeScript 21.8%