Skip to content

Commit 19351c8

Browse files
committed
chore(package): add coffeeify to test preceding transform condition
1 parent 9c32b9e commit 19351c8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"browserify": "^11.0.1",
21+
"coffeeify": "^1.1.0",
2122
"event-stream": "^3.3.1",
2223
"mocha": "^2.2.5"
2324
},

test/fixtures/coffee/fixture.coffee

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
assert = require('assert')
2+
3+
add = (a, b) ->
4+
console.assert typeof a == 'number'
5+
assert !isNaN(a)
6+
assert.equal typeof b, 'number'
7+
assert.ok !isNaN(b)
8+
a + b

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy