Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
test: stubbed manifest shrinkwrap tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Dec 7, 2016
1 parent 9c63d44 commit a7f5602
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/manifest.registry.shrinkwrap.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
var test = require('tap').test

test('fetches shrinkwrap data if missing + required')
test('caches package data on shrinkwrap-related fetch')
test('fails if shrinkwrap fetch failed + no caching')
test('fails if shrinkwrap data fails to parse')
test('fetches shrinkwrap data from existing local content')

0 comments on commit a7f5602

Please sign in to comment.