parent
55de6dffaf
commit
3a80483f30
@ -54,6 +54,9 @@ module.exports = function( grunt ) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
concat: {
|
concat: {
|
||||||
|
options: {
|
||||||
|
process: true
|
||||||
|
},
|
||||||
mockAjax: {
|
mockAjax: {
|
||||||
src: [
|
src: [
|
||||||
'src/requireAjax.js',
|
'src/requireAjax.js',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
Jasmine-Ajax : a set of helpers for testing AJAX requests under the Jasmine
|
Jasmine-Ajax - v3.0.0: a set of helpers for testing AJAX requests under the Jasmine
|
||||||
BDD framework for JavaScript.
|
BDD framework for JavaScript.
|
||||||
|
|
||||||
http://github.com/pivotal/jasmine-ajax
|
http://github.com/pivotal/jasmine-ajax
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
Jasmine-Ajax : a set of helpers for testing AJAX requests under the Jasmine
|
Jasmine-Ajax - v<%= packageVersion %>: a set of helpers for testing AJAX requests under the Jasmine
|
||||||
BDD framework for JavaScript.
|
BDD framework for JavaScript.
|
||||||
|
|
||||||
http://github.com/pivotal/jasmine-ajax
|
http://github.com/pivotal/jasmine-ajax
|
||||||
|
Loading…
Reference in New Issue
Block a user