Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Created September 3, 2023 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YonatanKra/1f1ad957cf3be9628f026baee9c157ac to your computer and use it in GitHub Desktop.
Save YonatanKra/1f1ad957cf3be9628f026baee9c157ac to your computer and use it in GitHub Desktop.
First Tauri-demo test file
import './main';
describe('main', () => {
it('should be defined', () => {
expect(true).toBeTruthy();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment