Browse Source

Removed unused local var in JS test (#14093)

tags/2.0.13
Robert Korulczyk 7 years ago committed by Alexander Makarov
parent
commit
ab68caa867
  1. 1
      tests/js/tests/yii.test.js

1
tests/js/tests/yii.test.js

@ -945,7 +945,6 @@ describe('yii', function () {
describe('with xhr defined', function () {
var server;
var response = {result: 'OK'};
beforeEach(function () {
server = sinon.fakeServer.create();

Loading…
Cancel
Save