Skip to content

Commit

Permalink
chore: tweak in prep for new post
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Mar 1, 2016
1 parent d094d8c commit 76df1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/drafts/from-tests-to-debugging-node-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In this particular project, I have sub-directories in my test directory, so the

Often when I'm testing in isolation, I'll run `tap` directly against the test script I'm working on. This means that I have tap both installed locally *and* globally.

Quite often when I test a project from the CLI the local version of tap could be different from my global version. So I have a little trick in my shell (a bash function) which will detect if there's a local version of tap, and if so, it'll run *that* version:
Quite often when I test a project from the CLI the local version of tap could be different from my global version. So I have a little trick in my shell (a bash function in `~/.bashrc`) which will detect if there's a local version of tap, and if so, it'll run *that* version:

```bash
tap () {
Expand Down

0 comments on commit 76df1d0

Please sign in to comment.