test: standardized jest unit testing (#10047)

This commit is contained in:
Nathan Walker
2022-11-28 14:30:32 -08:00
parent 66e8e39f1e
commit b147612e06
103 changed files with 1354 additions and 12804 deletions

View File

@ -89,12 +89,8 @@ module.exports = {
description: '@nativescript/core: Build'
},
test: {
script: 'nx run core:unit',
description: '@nativescript/core: Unit tests',
watch: {
script: 'nx run core:unit.watch',
description: '@nativescript/core: Unit tests with watcher'
},
script: 'nx run core:test',
description: '@nativescript/core: Unit tests'
},
},
// @nativescript/core API Reference Docs