UNPKG
input-plugin-file
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
File input plugin
github.com/punchcard-cms/input-plugin-file
punchcard-cms/input-plugin-file
input-plugin-file
/
tests
/
plugin.js
7 lines
(4 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
test
from
'ava'
;
import
tests
from
'punchcard-shared-tests'
;
import
plugin
from
'../'
; tests.
plugins
(test, plugin);