mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
Bump prettier to 1.19.1 and lock dependency (#8350)
This commit is contained in:

committed by
Penar Musaraj

parent
16cdf94001
commit
abf215a0e4
@ -126,5 +126,8 @@ QUnit.test("Group Requests", async assert => {
|
||||
.trim(),
|
||||
"denied"
|
||||
);
|
||||
assert.deepEqual(requests, [["19", "true"], ["20", undefined]]);
|
||||
assert.deepEqual(requests, [
|
||||
["19", "true"],
|
||||
["20", undefined]
|
||||
]);
|
||||
});
|
||||
|
Reference in New Issue
Block a user