fix lint #1364
tests-and-checks.yml
on: push
Install deps, build required package, typecheck, lint and test
3m 36s
Annotations
3 errors and 1 warning
Install deps, build required package, typecheck, lint and test
Process completed with exit code 1.
|
test/Cli.test.ts > create-hypergraph CLI > test git initialization when not skipped:
packages/create-hypergraph/test/Cli.test.ts#L227
AssertionError: expected '[\u001b[0;36mcreate-hypergraph-app\u0…' to contain 'Successfully scaffolded your hypergra…'
- Expected
+ Received
- Successfully scaffolded your hypergraph enabled app
+ [create-hypergraph-app]: Scaffolding Hypergraph app test-git-app with template vite-react
+ [create-hypergraph-app]: Selected template vite-react does not exist
❯ next test/Cli.test.ts:227:24
|
test/Cli.test.ts > create-hypergraph CLI > happy path - scaffolds app with all options provided:
packages/create-hypergraph/test/Cli.test.ts#L88
AssertionError: expected '[\u001b[0;36mcreate-hypergraph-app\u0…' to contain 'Successfully scaffolded your hypergra…'
- Expected
+ Received
- Successfully scaffolded your hypergraph enabled app
+ [create-hypergraph-app]: Scaffolding Hypergraph app test-app with template vite-react
+ [create-hypergraph-app]: Selected template vite-react does not exist
❯ next test/Cli.test.ts:88:24
|
Install deps, build required package, typecheck, lint and test
Could not determine node version from /home/runner/work/hypergraph/hypergraph/package.json. Falling back
|