Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: supertest
node v13.14.0
version:
master
endpoint
share
tweet
const supertest = require("supertest") const express = require("express"); const app = express(); const request = supertest(app); request.get('').url;
Created from: https://npm.runkit.com/supertest
Loading…
no comments
sign in
to comment