mirror of
https://github.com/danbulant/bpm
synced 2026-05-19 04:08:47 +00:00
Test index.js to test if deps installed
This commit is contained in:
parent
bf6ec88807
commit
c0fa1b7304
1 changed files with 6 additions and 0 deletions
6
test/index.js
Normal file
6
test/index.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
const got = require("got");
|
||||
|
||||
console.log("Trying to make request...");
|
||||
got("http://google.com").then((r) => {
|
||||
console.log("Got request working!");
|
||||
})
|
||||
Loading…
Reference in a new issue