mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update util.test.ts
This commit is contained in:
parent
41de4b88ee
commit
798bc65088
@ -6,6 +6,7 @@ describe('util', () => {
|
||||
it('should return true if the value is null', async() => {
|
||||
const value = null;
|
||||
expect(isNullOrUndefined(value)).toBeTruthy()
|
||||
});
|
||||
|
||||
it('should return true if the value is undefined', async() => {
|
||||
const value = undefined;
|
||||
|
Loading…
Reference in New Issue
Block a user