Skip to content

Tests changes not updated fork #8

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

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,6 @@ jobs:
- name: Run tests
run: node scripts/test.js -all

- name: Check for diffs in tests folder
run: git diff --ignore-cr-at-eol --exit-code tests

- name: Run analysis / tools tests
if: runner.os != 'Windows' && runner.os != 'Linux'
run: opam exec -- make -C tests/analysis_tests test && make -C tests/tools_tests test
Expand All @@ -323,6 +320,9 @@ jobs:
if: runner.os != 'Windows'
run: make -C tests/gentype_tests/typescript-react-example clean test

- name: Check for diffs in tests folder
run: git diff --ignore-cr-at-eol --exit-code tests

- name: Run syntax benchmarks
if: matrix.benchmarks
run: ./_build/install/default/bin/syntax_benchmarks | tee tests/benchmark-output.json
Expand Down
14 changes: 2 additions & 12 deletions tests/analysis_tests/tests-generic-jsx-transform/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "tests-generic-jsx-transform",
"scripts": {
"build": "rescript",
"clean": "rescript clean -with-deps"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "tests-incremental-typechecking",
"scripts": {
"build": "rescript",
"clean": "rescript clean -with-deps"
Expand Down
54 changes: 16 additions & 38 deletions tests/analysis_tests/tests-reanalyze/deadcode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading