This repository was archived by the owner on May 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +157
-148
lines changed Expand file tree Collapse file tree 5 files changed +157
-148
lines changed Original file line number Diff line number Diff line change 10
10
"lbt" : " dev-lib lbt"
11
11
},
12
12
"dependencies" : {
13
- "@naturalcycles/js-lib" : " ^14 " ,
14
- "@naturalcycles/nodejs-lib" : " ^13 "
13
+ "@naturalcycles/js-lib" : " ^15 " ,
14
+ "@naturalcycles/nodejs-lib" : " ^14 "
15
15
},
16
16
"devDependencies" : {
17
17
"@naturalcycles/bench-lib" : " ^4" ,
18
- "@naturalcycles/dev-lib" : " ^17 " ,
18
+ "@naturalcycles/dev-lib" : " ^18 " ,
19
19
"@types/node" : " ^22" ,
20
20
"@vitest/coverage-v8" : " ^3" ,
21
21
"tsx" : " ^4" ,
Original file line number Diff line number Diff line change 1
- import { MOCK_TS_2018_06_21 , mockTime } from '@naturalcycles/dev-lib/dist/testing/index .js'
1
+ import { MOCK_TS_2018_06_21 , mockTime } from '@naturalcycles/dev-lib/dist/testing/time .js'
2
2
import type { BaseDBEntity , UnixTimestamp } from '@naturalcycles/js-lib'
3
3
import {
4
4
_deepFreeze ,
Original file line number Diff line number Diff line change 1
- import { testOffline } from '@naturalcycles/dev-lib/dist/testing/index .js'
1
+ import { testOffline } from '@naturalcycles/dev-lib/dist/testing/testOffline .js'
2
2
testOffline ( )
Original file line number Diff line number Diff line change 1
1
import { defineConfig } from 'vitest/config'
2
- import { sharedConfig } from '@naturalcycles/dev-lib/cfg/vitest.config.mjs '
2
+ import { sharedConfig } from '@naturalcycles/dev-lib/cfg/vitest.config.js '
3
3
4
4
export default defineConfig ( {
5
5
test : {
You can’t perform that action at this time.
0 commit comments