Skip to content

Instantly share code, notes, and snippets.

@wolframkriesing
Created June 1, 2015 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolframkriesing/ab6d82024aec7068382a to your computer and use it in GitHub Desktop.
Save wolframkriesing/ab6d82024aec7068382a to your computer and use it in GitHub Desktop.
import {Some} from './some'
var assert = require('assert');
describe('something', () => {
it('that should work', () => {
assert.equal(new Some().method(), 'works');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment