Skip to content

Commit

Permalink
Update: allow axios ^1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Nov 15, 2023
1 parent 4f46ece commit 2e210a3
Show file tree
Hide file tree
Showing 4 changed files with 3,002 additions and 3,552 deletions.
5 changes: 4 additions & 1 deletion .package-tester.json
@@ -1,6 +1,9 @@
{
"dir": "tmp/package-tests",
"modules": [ "json-server", "ava", "uuid", "cls-hooked" ],
"modules": [ "json-server", "ava", "uuid", "cls-hooked", "axios" ],
"modules_matrix": {
"axios": ["^0.21.1", "^1.6.1"]
},
"copy": [
["tests/files", "files"]
],
Expand Down
3 changes: 2 additions & 1 deletion examples/blog/blog.test.js
Expand Up @@ -18,7 +18,8 @@ test.before(async () => {

chronicle.setConfig({
headers : {
request : { exclude: [ 'User-Agent' ] }
request : { exclude: [ 'User-Agent' ] },
response: {include: ['Content-Type']},
}
});

Expand Down

0 comments on commit 2e210a3

Please sign in to comment.