mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
refactor: update dependencies
This commit is contained in:
committed by
Jovan Krunić
parent
cb43171640
commit
fe90cd098a
@@ -53,7 +53,7 @@ export class ValidateSpec {
|
||||
}
|
||||
|
||||
static after() {
|
||||
rimraf(tmpdir, (error: Error) => {
|
||||
rimraf(tmpdir, error => {
|
||||
// tslint:disable-next-line: no-unused-expression
|
||||
expect(error, `Unable to remove temporary directory for tests at: ${tmpdir}`).to.be.null;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user