We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a646c70 commit 5680001Copy full SHA for 5680001
dist/js-data-adapter-tests.js
@@ -195,6 +195,10 @@ return /******/ (function(modules) { // webpackBootstrap
195
return this.$$adapter.destroyAll(this.$$Profile);
196
197
case 8:
198
+ _context.next = 10;
199
+ return this.$$adapter.destroyAll(this.$$Address);
200
+
201
+ case 10:
202
case 'end':
203
return _context.stop();
204
}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "js-data-adapter-tests",
3
"description": "Tests for js-data adapters.",
4
- "version": "1.4.1",
+ "version": "1.4.2",
5
"homepage": "http://www.js-data.io",
6
"repository": {
7
"type": "git",
0 commit comments