UNPKG
phaxio-official
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.1.0
The official Node.JS library for Phaxio API v2.1.0. https://phaxio.com
phaxio-official
/
test
/
before-all.test.js
8 lines
(6 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* eslint no-console: "off" */
const
{ config } =
require
(
'dotenv'
);
before
(
() =>
{
const
result =
config
();
if
(result.
error
)
throw
result.
error
; });