mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
node: do not truncate assertion errors
This commit is contained in:
@@ -11,6 +11,7 @@ import { mkdtempSync, statSync } from 'fs'
|
||||
import { tmpdir } from 'os'
|
||||
import { Context } from '../dist/context'
|
||||
chai.use(chaiAsPromised)
|
||||
chai.config.truncateThreshold = 0; // Do not truncate assertion errors.
|
||||
|
||||
async function createTempUser(url) {
|
||||
const fetch = require('node-fetch')
|
||||
|
||||
Reference in New Issue
Block a user