mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-06 13:52:20 +08:00
Move Jest tests from '__tests__' to 'test/jest'
This commit is contained in:
@@ -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', () => {
|
@@ -1,4 +1,4 @@
|
||||
import * as cacheUtils from '../src/cache-utils'
|
||||
import * as cacheUtils from '../../src/cache-utils'
|
||||
|
||||
describe('cacheUtils-utils', () => {
|
||||
describe('can hash', () => {
|
Reference in New Issue
Block a user