Aleph-Alpha / ts-rs

Generate TypeScript bindings from Rust types
MIT License
1.08k stars 107 forks source link

Ignore ts-rs tests by default #253

Closed escritorio-gustavo closed 5 months ago

escritorio-gustavo commented 6 months ago

Currently ts-rs exports its TypeScript bindings in every test run. This seems to really upset some people, and with good reasons:

So this PR proposes a way to change that by adding #[ignore] to all ts-rs tests. This enables users to:

Fixes #62

escritorio-gustavo commented 6 months ago

As discussed in #251, this will be kept on hold until the CLI release

escritorio-gustavo commented 5 months ago

Obsolete as of #304