Sha256: 7d373db87921a7bc51f634f9b27cf445bc8c04e432ee0fb81efe061b04141a04

Contents?: true

Size: 251 Bytes

Versions: 20

Compression:

Stored size: 251 Bytes

Contents

var test = require('tap').test;
var detective = require('../');
var fs = require('fs');
var src = fs.readFileSync(__dirname + '/files/shebang.js');

test('shebang', function (t) {
    t.plan(1);
    t.deepEqual(detective(src), [ 'a', 'b', 'c' ]);
});

Version data entries

20 entries across 20 versions & 7 rubygems

Version Path
boring_generators-0.5.0 tmp/templates/app_template/node_modules/detective/test/shebang.js
boring_generators-0.4.0 tmp/templates/app_template/node_modules/detective/test/shebang.js
ilog-0.4.1 node_modules/detective/test/shebang.js
ilog-0.4.0 node_modules/detective/test/shebang.js
ilog-0.3.3 node_modules/detective/test/shebang.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/detective/test/shebang.js
minimum_viable_product-0.0.11 test/dummy/node_modules/detective/test/shebang.js
brwy_rails-0.0.6 test/dummy/node_modules/detective/test/shebang.js
brwy_rails-0.0.5 test/dummy/node_modules/detective/test/shebang.js
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/detective/test/shebang.js
brwy_rails-0.0.4 test/dummy/node_modules/detective/test/shebang.js
brwy_rails-0.0.3 test/dummy/node_modules/detective/test/shebang.js
brwy_rails-0.0.2 test/dummy/node_modules/detective/test/shebang.js
brwy_rails-0.0.1 test/dummy/node_modules/detective/test/shebang.js
sprockets-browserify-0.3.0 node_modules/browserify/node_modules/module-deps/node_modules/detective/test/shebang.js
sprockets-browserify-0.2.0 node_modules/browserify/node_modules/module-deps/node_modules/detective/test/shebang.js
ruby-wisp-source-0.8.0 vendor/node_modules/browserify/node_modules/module-deps/node_modules/detective/test/shebang.js
ruby-wisp-source-0.7.0 vendor/node_modules/browserify/node_modules/module-deps/node_modules/detective/test/shebang.js
sprockets-browserify-0.1.2 node_modules/module-deps/node_modules/detective/test/shebang.js
sprockets-browserify-0.1.0 node_modules/module-deps/node_modules/detective/test/shebang.js