mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-11 18:22:22 +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('caching report', () => {
|
||||||
describe('reports not fully restored', () => {
|
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('cacheUtils-utils', () => {
|
||||||
describe('can hash', () => {
|
describe('can hash', () => {
|
Reference in New Issue
Block a user