Invoking: npm run lint && rm -rf es lib && npm run test && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json 

> @css-render/vue3-ssr@0.15.12 lint
> eslint --fix *.js src/**/*.ts __tests__/**/*.ts


> @css-render/vue3-ssr@0.15.12 test
> jest

PASS __tests__/index.spec.ts
  ssr
    render to string
      ✓ should work (3ms)
    useSsrAdapter
      ✓ should work

----------|---------|----------|---------|---------|-------------------
File      | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
----------|---------|----------|---------|---------|-------------------
All files |   80.76 |       50 |     100 |    91.3 |                   
 index.ts |   80.76 |       50 |     100 |    91.3 | 19-20             
----------|---------|----------|---------|---------|-------------------
Test Suites: 1 passed, 1 total
Tests:       2 passed, 2 total
Snapshots:   2 passed, 2 total
Time:        0.398s
