temp: skip history e2e

This commit is contained in:
moughxyz
2023-01-20 17:06:52 -06:00
parent e7214ea73a
commit 545d2dbfa9
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import { createNoteParams } from './lib/Items.js'
chai.use(chaiAsPromised)
const expect = chai.expect
describe('history manager', () => {
describe.skip('history manager', () => {
const largeCharacterChange = 25
const syncOptions = {

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.140.6",
"version": "3.140.7",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes.",