0
0
llucycodes42
This code will first execute the second function and then check to see if the first function should be executed.
Library: jest
Shortcut: test
test('should first', () => { second })
0
0
llucycodes42
This code will first execute the second function and then check to see if the first function should be executed.
Library: jest
Shortcut: test
test('should first', () => { second })