mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
test: standardized jest unit testing (#10047)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user