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 aedff66 commit e0e3474Copy full SHA for e0e3474
test/position.js
@@ -31,7 +31,7 @@ test('position', function(t) {
31
32
delete expected.parentNode
33
34
- /* Not possible yet to map this one. */
+ // Not possible yet to map this one.
35
delete expected.sourceCodeLocation.startTag
36
37
t.deepEqual(json(actual), json(expected), 'should transform positions')
0 commit comments