Skip to content

Commit

Permalink
Merge pull request #1818 from ubports/sysimg-refactor
Browse files Browse the repository at this point in the history
Refactor systemimage plugin, resolves #1387
  • Loading branch information
NeoTheThird authored Mar 5, 2021
2 parents 77ae57e + 921649e commit bf68d50
Show file tree
Hide file tree
Showing 15 changed files with 2,788 additions and 990 deletions.
1 change: 1 addition & 0 deletions __mocks__/fs-extra.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const fs = {
ensureDir: jest.fn().mockResolvedValue(),
copyFile: jest.fn().mockResolvedValue(),
writeFile: jest.fn().mockResolvedValue(),
emptyDir: jest.fn(),
readdirSync: jest.fn().mockReturnValue([])
};
Expand Down
Loading

0 comments on commit bf68d50

Please sign in to comment.