Skip to content

Releases: xc2/vitest-types

v0.1.3

19 Jan 13:37
@xc2 xc2
ba0c32c
Compare
Choose a tag to compare

What's New

  • Support vitest@3 by @xc2 in #6

Stablize

Now this package exports all types for writing test from vitest except those from vitest/node, vitest/reporters, vitest/config, et. al

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Jan 07:54
@xc2 xc2
a8f74a3
Compare
Choose a tag to compare

What's Changed

  • feat: export more from runner and expect by @xc2 in #5
export {
  AssertType,
  BenchmarkResult,
  BrowserUI,
  File,
  ModuleGraphData,
  ProvidedContext,
  SerializedConfig,
  SerializedTestSpecification,
  TaskBase,
  TaskResult,
  TransformResultWithSource,
  UserConsoleLog,
  VitestUtils,
  WebSocketEvents,
  WebSocketHandlers,
  WebSocketRPC,
  createExpect,
  getRunningMode,
  inject,
  isFirstRun,
  isWatchMode,
  runOnce,
  TaskResultPack,
  Suite,
  Test,
  Custom,
  Task,
  DoneCallback,
  RuntimeContext,
  SuiteHooks,
  SequenceHooks,
  SequenceSetupFiles,
}

Full Changelog: v0.1.1...v0.1.2

v0.1.1

05 Jan 07:09
@xc2 xc2
58b9cc8
Compare
Choose a tag to compare

What's Changed

  • feat: export vi utility by @xc2 in #4

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Dec 15:36
@xc2 xc2
f90ccd9
Compare
Choose a tag to compare

This is the first release of this package.

For more information, please check out the README file.