fix(backend): In tests, use namespace import instead of default
This commit is contained in:
parent
5f27a64a5c
commit
ab276346cf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import dotenv from 'dotenv'
|
||||
import axios from 'axios'
|
||||
import chai from 'chai'
|
||||
import * as chai from 'chai'
|
||||
import http from 'chai-http'
|
||||
import { verifyConfig } from '../src/config.mjs'
|
||||
import { randomString } from '../src/utils/crypto.mjs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue