Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
test: Make sure the naive node conflict scanner is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed May 24, 2018
1 parent a8d89d9 commit 98ffe4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/tap/shrinkwrap-resolve-conflict.js
Expand Up @@ -36,17 +36,17 @@ test('conflicts in shrinkwrap are auto-resolved on install', (t) => {
"requires": true,
"lockfileVersion": 1,
"dependencies": {
<<<<<<< HEAD
<<` + `<<` + `<<` + `< HEAD
"modA": {
"version": "file:modA"
||||||| merged common ancestors
||` + `||` + `||` + `| merged common ancestors
"modB": {
"version": "file:modB"
=======
==` + `==` + `==` + `=
"modC": {
"version": "file:modC",
"dev": true
>>>>>>> branch
>>` + `>>` + `>>` + `> branch
}
}
}
Expand Down

0 comments on commit 98ffe4a

Please sign in to comment.