Skip to content

Commit 2802508

Browse files
author
Igor Khomenko
committed
adde QB.data.fileUrl method
1 parent 7cf2a8f commit 2802508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/QB-DataSpec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ describe('Custom Objects API', function() {
112112
if(isNodeEnv){
113113
var fs = require('fs');
114114

115+
var srcIMG = 'logo.png';
115116
fs.stat(srcIMG, function (err, stats) {
116117
fs.readFile(srcIMG, function (err, data) {
117118
if (err) throw err;

0 commit comments

Comments
 (0)