Skip to content

Commit 74a79b7

Browse files
fabsharpfabsharp
authored andcommitted
add node support
1 parent 0845824 commit 74a79b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1940
-519
lines changed

app-test/www/js/testing.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ document.addEventListener('deviceready', function() {
4949

5050
it('download', function(done) {
5151
this.timeout(5000);
52-
shell.download('http://192.168.56.1:666/index.html', 'cdvfile://localhost/persistent/test/downloaded/index.html').then(function(entry) {
52+
shell.download('http://192.168.56.1:666/index.html', 'cdvfile://localhost/persistent/test/downloaded/index.html').then(function(entry) {
5353
shell.readText('cdvfile://localhost/persistent/test/downloaded/index.html').then(function(html) {
5454
expect(html === '<h1>Fake Web Server Home</h1>').to.be.true;
5555
done();
5656
})
57-
})
57+
})
5858
});
5959
after(function() {
6060

dist/cordova-shell.js

Lines changed: 58 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)