git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 0a19ff71e90207bdc5e6b22d5470c11617f9f7b0

Files: 0a19ff71e90207bdc5e6b22d5470c11617f9f7b0 / feature / index.js

185 bytesRaw
1const cuke = require('cuke-tap')
2const path = require('path')
3
4const features = [ path.join(__dirname, '/feature.feature') ]
5const steps = [ require('./steps') ]
6
7cuke(features, steps)
8

Built with git-ssb-web