Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ describe('Some tests', () => {
* [new BinTesterProject(name, version, cb)](#new_BinTesterProject_new)
* [.gitInit()](#BinTesterProject+gitInit) ⇒ <code>\*</code>
* [.chdir()](#BinTesterProject+chdir)
* [.writeDirJSON(dirJSON)](#BinTesterProject+writeDirJSON) ⇒ <code>\*</code>
* [.dispose()](#BinTesterProject+dispose) ⇒ <code>void</code>

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

**Kind**: instance method of [<code>BinTesterProject</code>](#BinTesterProject)
<a name="BinTesterProject+writeDirJSON"></a>

### binTesterProject.writeDirJSON(dirJSON) ⇒ <code>\*</code>
<p>Writes a directory struture in the project directory.</p>

**Kind**: instance method of [<code>BinTesterProject</code>](#BinTesterProject)
**Returns**: <code>\*</code> - <p>{Promise<void>}</p>

| Param | Type | Description |
| --- | --- | --- |
| dirJSON | <code>fixturify.DirJSON</code> | <p>A JSON object representing the directory structure to create.</p> |

<a name="BinTesterProject+dispose"></a>

### binTesterProject.dispose() ⇒ <code>void</code>
Expand Down
Loading