We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997e441 commit 9a88a2aCopy full SHA for 9a88a2a
test/functional/libraries.js
@@ -12,7 +12,7 @@ chai.use(chaiAsPromised);
12
chai.use(chaiArrays);
13
const expect = chai.expect;
14
15
-describe.only('Libraries', function() {
+describe('Libraries', function() {
16
before(utils.launchBrowser)
17
before(async function() {
18
await this.page.goto(`http://localhost:8000/libraries`);
0 commit comments