Skip to content

Commit

Permalink
Release v22.8.0
Browse files Browse the repository at this point in the history
-- git fetch;git merge-base --is-ancestor @{upstream} HEAD

-- lj lint

-- npm outdated

-- npm outdated -g @litejs/cli uglify-js jshint c8

-- ! git rev-parse -q --verify v22.8.0

-- lj test
cli
  ✔ it should pass #1 [4/4]
  ✔ it should list files #2 [4/4]
  build
# Build @litejs/cli@22.8.0 with @litejs/cli@22.8.0
    ✔ it should minimize html #3 [5/5]
Test
  test.js
    ✔ it should test types #4 [306/306]
    ✔ it should mock fn #5 [20/20]
    ✔ it should recover mocks #6 [3/3]
    ✔ it should mock swap #7 [18/18]
    ✔ it should mock current time #8 [4/4]
    ✔ it should mock time #9 [96/96]
    ✔ it should mock Math.random() #seed:12345 #10 [4/4]
  snapshot.js
    ✔ it should test snapshots #11 [8/8]
    ✔ it should test transformed snapshots #12 [1/1]
    ✔ it should test failing snapshots #13 [1/1]
  v8.js
    ✔ it should test optimization #14 [3/3]
    ✔ it should test fast properties #15 [2/2]
  bench.js
    ✔ it should measure cpu speed #16 [1/1]
    ✔ it should return same result on same fn #17 [2/2]
    ✔ it should compare fn and nop #18 [2/2]
1..18
# pass  18/18 [484/484] in 1439 ms at 19:49:11
  • Loading branch information
lauriro committed Aug 31, 2022
1 parent 12a394d commit 8075a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@litejs/cli",
"version": "22.5.0",
"version": "22.8.0",
"description": "Command line tools for LiteJS full-stack framework",
"license": "MIT",
"author": "Lauri Rooden <lauri@rooden.ee>",
Expand Down

0 comments on commit 8075a99

Please sign in to comment.