chore(tests): remove unused run of typings (#6326)

* chore(tests): remove unused run of typings

* chore(build): remove unused script from package.json
This commit is contained in:
Rachel Fenichel
2022-08-10 12:59:37 -04:00
committed by GitHub
parent 463acb3de2
commit 125184e421
2 changed files with 0 additions and 5 deletions

View File

@@ -52,7 +52,6 @@
"test:generators": "tests/scripts/run_generators.sh",
"test:mocha:interactive": "http-server ./ -o /tests/mocha/index.html -c-1",
"test:compile:advanced": "gulp buildAdvancedCompilationTest --debug",
"typings": "gulp typings",
"updateGithubPages": "gulp gitUpdateGithubPages"
},
"main": "./index.js",

View File

@@ -58,10 +58,6 @@ fi
# closure compiler warnings / errors.
run_test_command "build-debug" "npm run build-debug"
# Generate TypeScript typings and ensure there are no errors.
# TODO(5621): Re-enable this test once typings generation is fixed.
# run_test_command "typings" "npm run typings"
# Run renaming validation test.
run_test_command "renamings" "tests/migration/validate-renamings.js"