Skip to content

Commit 122994d

Browse files
l3enderChris Brody
authored andcommitted
add dependencies for per-file testing (#67)
1 parent d06078f commit 122994d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/addTarget.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
var fullProject = require('./fixtures/full-project')
1919
fullProjectStr = JSON.stringify(fullProject),
2020
pbx = require('../lib/pbxProject'),
21+
pbxFile = require('../lib/pbxFile'),
2122
proj = new pbx('.');
2223

2324
function cleanHash() {

0 commit comments

Comments
 (0)