Browse Source

add test for ignoring big files

master
Guillermo Rauch 9 years ago
parent
commit
82d954fb2e
  1. 49
      test/_fixtures/big-file/big.js
  2. 6
      test/_fixtures/big-file/package.json
  3. 14
      test/_fixtures/big-file/small-two.js
  4. 1
      test/_fixtures/big-file/small.js

49
test/_fixtures/big-file/big.js

@ -0,0 +1,49 @@
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot

6
test/_fixtures/big-file/package.json

@ -0,0 +1,6 @@
{
"name": "",
"version": "0.0.1",
"description": "",
"dependencies": {}
}

14
test/_fixtures/big-file/small-two.js

@ -0,0 +1,14 @@
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot
woot

1
test/_fixtures/big-file/small.js

@ -0,0 +1 @@
woot
Loading…
Cancel
Save