/*global describe, it */ 'use strict'; var expect = require('chai').expect; describe('science', function () { it('works', function () { expect(true).to.not.equal(false); }); });