diff --git a/test/embeddings/Embedding.js b/test/embeddings/Embedding.js index 2fbb9ca..3a12a78 100644 --- a/test/embeddings/Embedding.js +++ b/test/embeddings/Embedding.js @@ -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