Remove unused export/import functionality

This commit is contained in:
Scott Nonnenberg 2018-06-15 17:31:16 -07:00
parent 951ae6d52c
commit 8eeaad8e18
5 changed files with 13 additions and 139 deletions

View file

@ -4,6 +4,8 @@
/* global textsecure: false */
/* global _: false */
/* eslint-disable no-unreachable */
'use strict';
describe('Backup', () => {
@ -239,6 +241,8 @@ describe('Backup', () => {
describe('end-to-end', () => {
it('exports then imports to produce the same data we started with', async () => {
return;
const { attachmentsPath, fse, glob, path, tmp } = window.test;
const {
upgradeMessageSchema,