Skip to content

Commit 1b4b795

Browse files
committed
tests: bump js-beautify to v1.8.9
1 parent b46b021 commit 1b4b795

30 files changed

+30
-30
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ before_script:
2525
# install nodejs for npm, which is needed for js-beautify
2626
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
2727
- sudo apt-get install -y nodejs colordiff
28-
- sudo npm install -g [email protected].8
28+
- sudo npm install -g [email protected].9
2929

3030
script: lein test-all

test/transcripts/expected/error_dynamic_selector_usage_dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// js-beautify v1.8.8
1+
// js-beautify v1.8.9
22
// ----------------------------------------------------------------------------------------------------------
33
// COMPILER CONFIG:
44
// arena/error_dynamic_selector_usage.cljs [dev]

test/transcripts/expected/error_static_nil_object_dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// js-beautify v1.8.8
1+
// js-beautify v1.8.9
22
// ----------------------------------------------------------------------------------------------------------
33
// COMPILER CONFIG:
44
// arena/error_static_nil_object.cljs [dev]

test/transcripts/expected/gcall_dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// js-beautify v1.8.8
1+
// js-beautify v1.8.9
22
// ----------------------------------------------------------------------------------------------------------
33
// COMPILER CONFIG:
44
// arena/gcall_dev.cljs

test/transcripts/expected/gcall_dynamic_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// js-beautify v1.8.8
1+
// js-beautify v1.8.9
22
// ----------------------------------------------------------------------------------------------------------
33
// COMPILER CONFIG:
44
// arena/gcall_dynamic.cljs [core]

test/transcripts/expected/gcall_dynamic_goog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// js-beautify v1.8.8
1+
// js-beautify v1.8.9
22
// ----------------------------------------------------------------------------------------------------------
33
// COMPILER CONFIG:
44
// arena/gcall_dynamic.cljs [goog]

test/transcripts/expected/gcall_static_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// js-beautify v1.8.8
1+
// js-beautify v1.8.9
22
// ----------------------------------------------------------------------------------------------------------
33
// COMPILER CONFIG:
44
// arena/gcall_static.cljs [core]

test/transcripts/expected/gcall_static_goog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// js-beautify v1.8.8
1+
// js-beautify v1.8.9
22
// ----------------------------------------------------------------------------------------------------------
33
// COMPILER CONFIG:
44
// arena/gcall_static.cljs [goog]

test/transcripts/expected/issue_21_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// js-beautify v1.8.8
1+
// js-beautify v1.8.9
22
// ----------------------------------------------------------------------------------------------------------
33
// COMPILER CONFIG:
44
// arena/issue_21.cljs [core]

test/transcripts/expected/oapply_dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// js-beautify v1.8.8
1+
// js-beautify v1.8.9
22
// ----------------------------------------------------------------------------------------------------------
33
// COMPILER CONFIG:
44
// arena/oapply_dev.cljs

0 commit comments

Comments
 (0)