Skip to content

Commit

Permalink
It's really annoying the way limiting Mocha tests works
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jun 15, 2016
1 parent da62a41 commit 0361713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const net = require('net')
const spawn = require('child_process').spawn
const expect = require('chai').expect

test.only('loads settings from a file (switches take precedence)', function (done) {
test('loads settings from a file (switches take precedence)', function (done) {
const messages = []
const server = net.createServer((connection) => {
connection.on('data', (data) => {
Expand Down

0 comments on commit 0361713

Please sign in to comment.