diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-01-31 15:10:27 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-01-31 15:10:27 +0900 |
| commit | 57ab640221a2864bea5b2e68a8540e8a064b5af4 (patch) | |
| tree | 2104dcccf2590b3f4a4642e4e5b632de1026d4cb | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-57ab640221a2864bea5b2e68a8540e8a064b5af4.tar.gz sharkey-57ab640221a2864bea5b2e68a8540e8a064b5af4.tar.bz2 sharkey-57ab640221a2864bea5b2e68a8540e8a064b5af4.zip | |
Fix typo
| -rw-r--r-- | test/mfm.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mfm.ts b/test/mfm.ts index 9f95d93b53..eb4a97a812 100644 --- a/test/mfm.ts +++ b/test/mfm.ts @@ -283,12 +283,12 @@ describe('MFM', () => { tree('spin', [ leaf('emoji', { name: 'foo' }) ], { - attr: 'left' + attr: null }), tree('spin', [ leaf('emoji', { name: 'foo' }) ], { - attr: 'left' + attr: null }), ]); }); |