mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
import test from 'ava'
|
|
|
|
test('plugin should work', (t) => {
|
|
t.pass('worked')
|
|
})
|