mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-25 00:11:06 +00:00
3f5239b07f
Change-type: patch Signed-off-by: Roman Mazur <roman@balena.io>
9 lines
170 B
CoffeeScript
9 lines
170 B
CoffeeScript
chai = require 'chai'
|
|
chaiAsPromised = require('chai-as-promised')
|
|
sinonChai = require('sinon-chai')
|
|
|
|
chai.use(chaiAsPromised)
|
|
chai.use(sinonChai)
|
|
|
|
module.exports = chai
|