gha: Enhance workflows (#102)
* gha: Add Pull Request to stale target * gha: Add ncc check step (Close #98 ) * src: Rename showVersion() * test: Add not to be cases * Remove old comment * gha: Add update major tag workflow (Close #97 )
This commit is contained in:
parent
bc6f48c683
commit
739a95f1e7
8 changed files with 40 additions and 18 deletions
|
|
@ -8,9 +8,6 @@ describe('getOS', () => {
|
|||
});
|
||||
|
||||
test('test exception', () => {
|
||||
// expect(() => {
|
||||
// getOS("win32");
|
||||
// }).toThrowError("Windows is not supported");
|
||||
expect(() => {
|
||||
getOS('centos');
|
||||
}).toThrowError('centos is not supported');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue