fix(build): modernize project configuration and align test imports with updated tooling
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Tests for Memory provider
|
||||
*/
|
||||
|
||||
import { tap, expect } from '@push.rocks/tapbundle';
|
||||
import { tap, expect } from '@git.zone/tstest/tapbundle';
|
||||
import { SmartFs, SmartFsProviderMemory } from '../ts/index.js';
|
||||
|
||||
// Create test instance
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
import * as path from 'path';
|
||||
import * as fs from 'fs/promises';
|
||||
import { tap, expect } from '@push.rocks/tapbundle';
|
||||
import { tap, expect } from '@git.zone/tstest/tapbundle';
|
||||
import { SmartFs, SmartFsProviderNode } from '../ts/index.js';
|
||||
|
||||
// Create temp directory for tests
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as path from 'node:path';
|
||||
import * as fs from 'node:fs/promises';
|
||||
import { tap, expect } from '@push.rocks/tapbundle';
|
||||
import { tap, expect } from '@git.zone/tstest/tapbundle';
|
||||
import { SmartFs, SmartFsProviderRust } from '../ts/index.js';
|
||||
|
||||
// Create temp directory for tests
|
||||
|
||||
Reference in New Issue
Block a user