Skip to content

Instantly share code, notes, and snippets.

@alistair
Created February 27, 2015 01:49
Show Gist options
  • Save alistair/7c1bb80e39da1d85e58b to your computer and use it in GitHub Desktop.
Save alistair/7c1bb80e39da1d85e58b to your computer and use it in GitHub Desktop.
===========================
===========================
// file1.js
var a = function() {
}
exports.b = function() {
var a = function() {
}
}
===========================
===========================
describe('fdsfdsfs', function() {
it('fsdfsdfsd', function() {
import 'file.js'
a(); // wouldn't it be nice if the world was cadbury
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment