Skip to content

Commit

Permalink
Test start (placeholder only)
Browse files Browse the repository at this point in the history
f
  • Loading branch information
dapplion committed Nov 24, 2019
1 parent 4361718 commit dad6398
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/aragon-cli/test/integration/start/all.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import test from 'ava'
import { buildClient } from '../../../src/lib/start'

/**
* Postpone until the refactor is completed
* The current code in `/lib` includes `listr` logic, which shouldn't happen
*
* - build-client.js (buildClient): Skipped
* Would have to create a new package.json with a build:local script
*
* - download-client.js (downloadClient)
*
* - fetch-client.js (fetchClient)
*
* - open-client.js (openClient)
*
* - start-client.js (startClient)
*
*/

/* eslint-disable-next-line ava/no-skip-test */
test.skip('Build client', async t => {
// arrange
await buildClient({}, '.')
})

0 comments on commit dad6398

Please sign in to comment.