2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Removing es6-promise dependency

This commit is contained in:
mzabriskie
2015-06-18 22:49:36 -06:00
parent cc451b38c1
commit e8cf487ad0
3 changed files with 2 additions and 13 deletions
+1
View File
@@ -1,3 +1,4 @@
require('es6-promise').polyfill();
var axios = require('../../index');
describe('promise', function () {