feat: Add http integration tests and enable them in pipeline (#7532)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
process.chdir(__dirname)
|
||||
|
||||
module.exports = {
|
||||
name: "HTTP Integration Tests",
|
||||
testEnvironment: `node`,
|
||||
rootDir: "./",
|
||||
transformIgnorePatterns: ["/dist", "/node_modules/"],
|
||||
transform: {
|
||||
"^.+\\.[jt]s$": ["@swc/jest"],
|
||||
},
|
||||
setupFiles: ["../setup-env.js"],
|
||||
}
|
||||
Reference in New Issue
Block a user