From 61fb169ae7b15f550954a8f8294df98348fd4305 Mon Sep 17 00:00:00 2001 From: Oleksandr Myshchyshyn Date: Tue, 12 Nov 2024 15:00:13 +0200 Subject: [PATCH] Update CI steps, karma config --- .github/workflows/ci-casper-client-sdk.yml | 5 +---- karma.conf.js | 2 +- src/types/Block.ts | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-casper-client-sdk.yml b/.github/workflows/ci-casper-client-sdk.yml index 6da83cb15..ab135393d 100644 --- a/.github/workflows/ci-casper-client-sdk.yml +++ b/.github/workflows/ci-casper-client-sdk.yml @@ -61,13 +61,10 @@ jobs: run: npm run lint:ci - name: Unit Test - run: npm run test:unit + run: npm run test:node:unit - name: Test docs build run: npm run docs:build - name: Test build run: npm run build - - - name: Test DevNet - run: npm run test:e2e diff --git a/karma.conf.js b/karma.conf.js index eb82f3026..0cb7638f6 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -19,7 +19,7 @@ module.exports = function(config) { files: ['src/index.ts', 'src/**/*.test.ts'], preprocessors: { 'src/index.ts': ['webpack', 'sourcemap'], - 'src/{lib,services}/**/*.ts': ['webpack', 'sourcemap'] + 'src/{rpc,sse,types}/**/*.ts': ['webpack', 'sourcemap'] }, reporters: ['spec'], diff --git a/src/types/Block.ts b/src/types/Block.ts index 9272c45e9..aeb3180ac 100644 --- a/src/types/Block.ts +++ b/src/types/Block.ts @@ -71,7 +71,6 @@ export class Block { public proofs: Proof[]; public originBlockV1?: BlockV1; - public originBlockV2?: BlockV2; constructor(