Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 30, 2021
1 parent 0314b7f commit 54835b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/ui/AboutDialog.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable react/prop-types,@typescript-eslint/no-explicit-any,no-nested-ternary */
/* eslint-disable @typescript-eslint/no-explicit-any,no-nested-ternary */
import React, { useState, useEffect } from 'react'
import {
Dialog,
Expand Down
2 changes: 1 addition & 1 deletion products/jbrowse-web/src/tests/CopyAndDelete.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ test('copy and delete reference sequence track disabled', async () => {
expect(queryByText(/Session tracks/)).toBeNull()
// clicking 'copy track' should not create a copy of a ref sequence track
await waitFor(() => expect(state.session.views[0].tracks.length).toBe(0))
expect(trackMenuItems[1].disabled).toBe(true)
expect(trackMenuItems[2].disabled).toBe(true)
expect(trackMenuItems[3].disabled).toBe(true)
})

test('copy and delete track to session tracks', async () => {
Expand Down

0 comments on commit 54835b7

Please sign in to comment.