3 lines
92 B
Plaintext
3 lines
92 B
Plaintext
const supertest = require("supertest");
|
|
const request = supertest("http://localhost:1870");
|