Skip to content

Commit

Permalink
Fix npm indentation spec
Browse files Browse the repository at this point in the history
  • Loading branch information
feelepxyz committed Jul 17, 2020
1 parent 66831bd commit e8a1288
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 85 deletions.
Expand Up @@ -2504,8 +2504,9 @@

context "with non-standard indentation" do
it "preserves indentation in the package-lock.json" do
expect(updated_npm_lock.content).to eq(
fixture("npm_lockfiles", "package_lock_preserved_indentation.json")
expect(updated_npm_lock.content).to start_with(
fixture("npm_lockfiles",
"package_lock_preserved_indentation_partial_lockfile")
)
end
end
Expand Down

This file was deleted.

@@ -0,0 +1,6 @@
{
"name": "{{ name }}",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

0 comments on commit e8a1288

Please sign in to comment.