Skip to content

Commit

Permalink
explicitly type the assert
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed May 3, 2024
1 parent 1093df0 commit 3093394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ndarray-gdal.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { array as stdarray } from '@stdlib/ndarray';
import * as chai from 'chai';
import * as path from 'path';
import chaiAsPromised from 'chai-as-promised';
const assert = chai.assert;
const assert: Chai.Assert = chai.assert;
chai.use(chaiAsPromised);

import '..';
Expand Down

0 comments on commit 3093394

Please sign in to comment.