Skip to content

Commit b39e843

Browse files
authored
Merge pull request #37 from scalvert/upgrade-fixturify-project
2 parents 202932b + 2438bf8 commit b39e843

File tree

6 files changed

+719
-515
lines changed

6 files changed

+719
-515
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ describe('Some tests', () => {
9393
* [new BinTesterProject(name, version, cb)](#new_BinTesterProject_new)
9494
* [.gitInit()](#BinTesterProject+gitInit) ⇒ <code>\*</code>
9595
* [.chdir()](#BinTesterProject+chdir)
96-
* [.writeDirJSON(dirJSON)](#BinTesterProject+writeDirJSON) ⇒ <code>\*</code>
9796
* [.dispose()](#BinTesterProject+dispose) ⇒ <code>void</code>
9897

9998
<a name="new_BinTesterProject_new"></a>
@@ -121,18 +120,6 @@ describe('Some tests', () => {
121120
<p>Changes a directory from inside the project.</p>
122121

123122
**Kind**: instance method of [<code>BinTesterProject</code>](#BinTesterProject)
124-
<a name="BinTesterProject+writeDirJSON"></a>
125-
126-
### binTesterProject.writeDirJSON(dirJSON) ⇒ <code>\*</code>
127-
<p>Writes a directory struture in the project directory.</p>
128-
129-
**Kind**: instance method of [<code>BinTesterProject</code>](#BinTesterProject)
130-
**Returns**: <code>\*</code> - <p>{Promise<void>}</p>
131-
132-
| Param | Type | Description |
133-
| --- | --- | --- |
134-
| dirJSON | <code>fixturify.DirJSON</code> | <p>A JSON object representing the directory structure to create.</p> |
135-
136123
<a name="BinTesterProject+dispose"></a>
137124

138125
### binTesterProject.dispose() ⇒ <code>void</code>

0 commit comments

Comments
 (0)