You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 | "use strict";
2 | Object.defineProperty(exports, "__esModule", { value: true });
3 | exports.NoTransformConfigurationError = NoTransformConfigurationError;
4 | function NoTransformConfigurationError(method) {
5 | if (NoTransformConfigurationError.throws === true)
6 | throw new Error([
^
error: Error on nestia.core.TypedRoute.Post(): no transform has been configured. Run "npx typia setup" command, or check if you're using non-standard TypeScript compiler like Babel or SWC. Otherwise you're running "npx nestia sdk/swagger" or similar, run "npx tsc" command to find the reason why.
Bug Report
Unhandled error between tests
1 | "use strict";
2 | Object.defineProperty(exports, "__esModule", { value: true });
3 | exports.NoTransformConfigurationError = NoTransformConfigurationError;
4 | function NoTransformConfigurationError(method) {
5 | if (NoTransformConfigurationError.throws === true)
6 | throw new Error([
^
error: Error on nestia.core.TypedRoute.Post(): no transform has been configured. Run "npx typia setup" command, or check if you're using non-standard TypeScript compiler like Babel or SWC. Otherwise you're running "npx nestia sdk/swagger" or similar, run "npx tsc" command to find the reason why.
`bun test test/*.test.ts`
and "bunx tsc" is OK!
Summary
Write a short summary of the bug in here.
Write detailed description in here.
The text was updated successfully, but these errors were encountered: