add(specs): Empty folders and node_modules in spec fixture to fix specs

This commit is contained in:
Ben Gotow 2015-06-03 10:23:54 -07:00
parent f0f4df6714
commit 7ea8b0ea06
6 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View file

@ -14,3 +14,5 @@ docs/output
docs/includes
spec/fixtures/evil-files/
yoursway-create-dmg
!spec-nylas/fixtures/packages/package-with-incompatible-native-module/node_modules

View file

@ -0,0 +1 @@
throw new Error("this simulates a native module's failure to load")

View file

@ -0,0 +1,4 @@
{
"name": "native-module",
"main": "./main.js"
}