@jbrowse/core 1.6.3 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/core",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "JBrowse 2 core libraries used by plugins",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -77,5 +77,5 @@
77
77
  "access": "public",
78
78
  "directory": "dist"
79
79
  },
80
- "gitHead": "c6d6783d3dc82ea96390ab177ceb8ed38b439333"
80
+ "gitHead": "7f157fbb2302d8825f99d01bcc0fd0616116c5d2"
81
81
  }
@@ -437,7 +437,7 @@ test('test RPC driver operation timeout and worker replace', /*#__PURE__*/(0, _a
437
437
  while (1) {
438
438
  switch (_context7.prev = _context7.next) {
439
439
  case 0:
440
- console.warn = jest.fn();
440
+ console.error = jest.fn();
441
441
  expect.assertions(1);
442
442
  config = (0, _configuration.ConfigurationSchema)('Mock', {}).create();
443
443
  driver = new MockRpcDriver({
@@ -481,7 +481,7 @@ test('remote abort', /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/
481
481
  while (1) {
482
482
  switch (_context8.prev = _context8.next) {
483
483
  case 0:
484
- console.warn = jest.fn();
484
+ console.error = jest.fn();
485
485
  expect.assertions(1);
486
486
  config = (0, _configuration.ConfigurationSchema)('Mock', {}).create();
487
487
  driver = new MockRpcDriver({