Skip to content

Commit

Permalink
Add transform to expected priority.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Feb 20, 2021
1 parent 57d240c commit 4f4a802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,7 @@ describe('Base', () => {
before: 'writing'
},
writing: {priorityName: 'writing', queueName: 'writing'},
transform: {priorityName: 'transform', queueName: 'transform'},
conflicts: {priorityName: 'conflicts', queueName: 'conflicts'},
install: {priorityName: 'install', queueName: 'install'},
end: {priorityName: 'end', queueName: 'end'},
Expand Down

0 comments on commit 4f4a802

Please sign in to comment.