Skip to content

Instantly share code, notes, and snippets.

@paulweb515
Created February 1, 2015 18:02
Show Gist options
  • Save paulweb515/74879555ff2114f9fe2a to your computer and use it in GitHub Desktop.
Save paulweb515/74879555ff2114f9fe2a to your computer and use it in GitHub Desktop.
/*******************************************************************************
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*eslint-env node, mocha*/
var assert = require('assert');
var mocha = require('mocha');
var Deferred = require('deferred-fs').Deferred;
describe('New Mocha Test', function() {
describe('Brandon', function() {
it('Brandon for the trivial case', function(done) {
done();
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment