Allow .tsx files to be .std.tsx

This commit is contained in:
Fedor Indutny
2025-10-28 14:22:36 -07:00
committed by GitHub
parent 14360b2ed7
commit 7b48f59f59
5 changed files with 31 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
import { assert } from 'chai';
import { renderWindowsToast } from '../../../app/renderWindowsToast.dom.js';
import { renderWindowsToast } from '../../../app/renderWindowsToast.std.js';
import { NotificationType } from '../../types/notifications.std.js';
describe('renderWindowsToast', () => {