Skip to content

Commit

Permalink
With all of the new VR interpreter tests passing, enable the rest of …
Browse files Browse the repository at this point in the history
…the tests again.
  • Loading branch information
mikermcneil committed Mar 20, 2017
1 parent 4860d25 commit f9a8b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/virtual-request-interpreter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var assert = require('assert');
var $Sails = require('../helpers/sails');


describe.only('virtual request interpreter', function (){
describe('virtual request interpreter', function (){

var app = $Sails.load({
globals: false,
Expand Down

0 comments on commit f9a8b85

Please sign in to comment.