@haibun/core
Advanced tools
Comparing version 1.40.8 to 1.40.9
@@ -1,2 +0,2 @@ | ||
export declare const currentVersion = "1.40.8"; | ||
export declare const currentVersion = "1.40.9"; | ||
//# sourceMappingURL=currentVersion.d.ts.map |
@@ -1,1 +0,2 @@ | ||
export const currentVersion = '1.40.8'; | ||
export const currentVersion = '1.40.9'; | ||
//# sourceMappingURL=currentVersion.js.map |
import { describe, it, expect } from 'vitest'; | ||
import * as TFileSystemJs from './workspace-lib.js'; | ||
describe('workspace', () => { | ||
// FIXME depends on where test is being run from | ||
it('finds workspace root', async () => { | ||
console.log('\n\n', TFileSystemJs.workspaceRoot); | ||
expect(TFileSystemJs.workspaceRoot.endsWith('/haibun')).toBeTruthy(); | ||
@@ -8,0 +6,0 @@ }); |
@@ -25,3 +25,3 @@ import { it, expect, describe } from 'vitest'; | ||
}); | ||
it.skip('is not set', async () => { | ||
it('is not set', async () => { | ||
const { world, vstep, steppers } = await getTestEnv(['vars'], '"x 1" is set', { ...getDefaultWorld(0).world }); | ||
@@ -28,0 +28,0 @@ const res = await FeatureExecutor.doFeatureStep(steppers, vstep, world); |
{ | ||
"name": "@haibun/core", | ||
"type": "module", | ||
"version": "1.40.8", | ||
"version": "1.40.9", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "author": "", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
373467
4646