Writing tests for an async function with Jest

前端 未结 0 949
猫巷女王i
猫巷女王i 2020-12-06 02:29

I am trying to test the following function:

import * as config from "./config.js";

export const state = {
  recipe: {},
};

export async function l         


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