remove .only from test

This commit is contained in:
Leon Chen
2016-09-17 00:24:58 -04:00
parent 7a593f1ab6
commit 4c2fec288b
+1 -1
View File
@@ -1,6 +1,6 @@
/* eslint-env browser, mocha */
describe.only('embeddings layer: Embedding', function () {
describe('embeddings layer: Embedding', function () {
const assert = chai.assert
const styles = testGlobals.styles
const logTime = testGlobals.logTime