UNPKG
ghost-storage-cloudinary
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.1.6
1.1.5
1.1.4
1.1.2
1.1.1
1.1.0
1.0.0
0.1.0
Cloudinary storage adapter for Ghost
eexit/ghost-storage-cloudinary
ghost-storage-cloudinary
/
tests
/
index.js
9 lines
(7 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
/* eslint global-require: 0 */
const
path =
require
(
'path'
);
describe
(
'Tests'
,
function
(
) {
require
(path.
join
(__dirname,
'adapter'
));
require
(path.
join
(__dirname,
'plugins'
)); });