Skip to content

Commit

Permalink
bug empty
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed Dec 26, 2019
1 parent f32f7b0 commit b1c2cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dapp.js
Expand Up @@ -6,7 +6,7 @@ let config = require('config')
let urljoin = require('url-join')
chai.use(chaiHttp)
describe('DApp', () => {
let dapps = config.dapps
let dapps = config.dapps || []
dapps.forEach(dapp => {
describe(`/GET site ${dapp}`, () => {
it('it should GET site', (done) => {
Expand Down

0 comments on commit b1c2cef

Please sign in to comment.