Jest doesn't see tests described with test() function, but works ok with it()

后端 未结 0 1386
攒了一身酷
攒了一身酷 2021-01-25 06:19

When describing tests using:

it(\'foo\', () => {...})

all tests pass.

But when I change the test to

test(\'foo\', () => {...

相关标签:
回答
  • 消灭零回复
提交回复
热议问题