|
|
|
@ -3,6 +3,8 @@ import { test, ok } from '../../test';
|
|
|
|
|
|
|
|
|
|
// Tests that tick only resolves after all pending effects have been cleared
|
|
|
|
|
export default test({
|
|
|
|
|
skip: true, // weirdly, this works if you run it by itself
|
|
|
|
|
|
|
|
|
|
async test({ assert, target }) {
|
|
|
|
|
const btn = target.querySelector('button');
|
|
|
|
|
ok(btn);
|
|
|
|
|