UNPKG

uni-http

Version:

在uniapp中发送请求和上传文件的api进行了封装

7 lines (6 loc) 211 B
module.exports = { transform: { "^.+\\.ts?$": "ts-jest" }, testEnvironment: "node", testRegex: "/test/.*\\.(test|spec)?\\.(ts|tsx)$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], };