Skip to content

Commit

Permalink
ci: node12-compatible fs-promises
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Jun 18, 2022
1 parent 47fedea commit c1c8a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const chai = require('chai');
const sinonChai = require('sinon-chai');
const rewire = require('rewire');
const fs = require('fs/promises');
const fs = require('fs').promises;

const fetch = require('node-fetch');
const path = require('path');
Expand Down

0 comments on commit c1c8a7a

Please sign in to comment.