In order to use test() function in ava, you can use two ways to get test() function; import test from 'ava' // ES6 syntax or const test = ...
確定! 回上一頁