Move Jest tests from '__tests__' to 'test/jest'

This commit is contained in:
Daz DeBoer 2022-06-11 09:39:18 -06:00
parent 829c7a236d
commit c09f41c4bd
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import {CacheEntryListener, CacheListener} from '../src/cache-reporting'
import {CacheEntryListener, CacheListener} from '../../src/cache-reporting'
describe('caching report', () => {
describe('reports not fully restored', () => {

View file

@ -1,4 +1,4 @@
import * as cacheUtils from '../src/cache-utils'
import * as cacheUtils from '../../src/cache-utils'
describe('cacheUtils-utils', () => {
describe('can hash', () => {