7 lines
304 B
JavaScript
Executable File
7 lines
304 B
JavaScript
Executable File
#!/usr/bin/env -S node --no-warnings --loader ts-node/esm
|
|
import { test, } from 'tstest';
|
|
test('ProtectedPropertyMessageMixin', async (t) => {
|
|
const noOneLeft = true;
|
|
t.ok(noOneLeft, 'should match Mixin properties for every protected property');
|
|
});
|
|
//# sourceMappingURL=message-mixin.spec.js.map
|