[feedback] Add testapp with e2e test
Adds a toy next.js app which doesn't do anything interesting. It has a single e2e test which can be run via `npm run test:e2e`, which checks if a `$` variable was injected by the compiler, as a sanity check whenever we commit a new version of the compiler to the external repo.
Lauren Tan committed
Oct 31, 2023 at 12:16 UTC
3246dc641fa64636fa9a87151f464a8e51bda3d0
1 file changed
-1
compiler/.gitignore
-1
@@ -16,7 +16,6 @@ node_modules
16
.watchmanconfig
17
.watchman-cookie-*
18
dist
19
-package-lock.json
19
.vscode
20
!packages/playground/.vscode
21
.spr.yml