mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Allow .tsx files to be .std.tsx
This commit is contained in:
@@ -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', () => {
|
||||
Reference in New Issue
Block a user