Skip to content

Commit

Permalink
chore: verify changes on allowedFiles according to the template (#1048)
Browse files Browse the repository at this point in the history
script/migrate-test-e2e.js

<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖.
Please fill out all fields below and make sure each item is true and [x]
checked.
Otherwise we may not be able to review your PR. -->

## PR Checklist

- [x] Addresses an existing open issue: fixes #546 
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

We track the changes using createRootFiles and we watch the changes
files based on the function result.

---------

Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
  • Loading branch information
Aslemammad and JoshuaKGoldberg authored Dec 30, 2023
1 parent 2f8e90f commit 7390c17
Show file tree
Hide file tree
Showing 6 changed files with 911 additions and 53 deletions.
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"CHANGELOG.md",
"lib",
"node_modules",
"pnpm-lock.yaml"
"pnpm-lock.yaml",
"./script/__snapshots__"
],
"words": [
"allcontributors",
Expand Down
1 change: 1 addition & 0 deletions knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"script/*e2e.js"
],
"ignoreBinaries": ["gh"],
"ignoreDependencies": ["script"],
"ignoreExportsUsedInFile": {
"interface": true,
"type": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test": "vitest",
"test:create": "node script/create-test-e2e.js",
"test:initialize": "node script/initialize-test-e2e.js",
"test:migrate": "node script/migrate-test-e2e.js",
"test:migrate": "vitest run -r script/",
"tsc": "tsc"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 7390c17

Please sign in to comment.