We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d133b88 commit 0df27b1Copy full SHA for 0df27b1
tests/util_test.js
@@ -1,5 +1,9 @@
1
QUnit.test('util.filePairDisplayName', function(assert) {
2
- assert.deepEqual(filePairDisplayName({type: 'delete', path: 'dir/file.json'}),
+ assert.deepEqual(filePairDisplayName({
3
+ type: 'delete',
4
+ a: 'dir/file.json',
5
+ b: null
6
+ }),
7
'dir/file.json');
8
9
var rename = function(a, b) {
0 commit comments