Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Dec 7, 2024
1 parent df114ee commit a59b6b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import { after, before, describe, it, expect as jestExpect } from 'esmocha';
import { expect, use as chaiUse } from 'chai';
import { use as chaiUse, expect } from 'chai';
import sinon from 'sinon';
import sinonChai from 'sinon-chai';

Expand Down

0 comments on commit a59b6b1

Please sign in to comment.