tests/helpers/acceptance.js:46
    PrivateTestHelpers
Property Summary
| Public Properties | |
|---|---|
| public | 
            
             Use   | 
        
Method Summary
| Public Methods | |
|---|---|
| public | 
             
              linkDependencies(projectName): String
             
            Creates symbolic links from the dependency temp directories to the project that is under test.  | 
        
Public Properties
tests/helpers/acceptance.js:50
    public options.command The command you want to run: String
Use createTestTargets in the before hook to do the initial
setup of a project. This will ensure that we limit the amount of times
we go to the network to fetch dependencies.
Public Methods
tests/helpers/acceptance.js:83
        public linkDependencies(projectName): String
Creates symbolic links from the dependency temp directories to the project that is under test.
Parameters:
| Name | Type | Attribute | Description | 
|---|---|---|---|
| projectName | String | 
                 | 
              The name of the project under test  | 
            
Return:
          String
          
      The path to the hydrated fixture.