2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

Moving test helpers and auto-loading them

This commit is contained in:
Matt Zabriskie
2016-03-07 13:21:27 -07:00
parent 0da38da921
commit dcbb352262
19 changed files with 141 additions and 124 deletions
-3
View File
@@ -1,6 +1,3 @@
var axios = require('../../index');
var getAjaxRequest = require('./__getAjaxRequest');
describe('instance', function () {
beforeEach(function () {
jasmine.Ajax.install();