refactor(e2e): organize fixtures by feature
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export function apiEnvelope<T>(data: T) {
|
||||
return {
|
||||
code: 200,
|
||||
message: "success",
|
||||
success: true,
|
||||
data,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user