Skip to content

Commit

Permalink
Update CI steps, karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyshchyshyn committed Nov 12, 2024
1 parent d4cf219 commit 61fb169
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-casper-client-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
1 change: 0 additions & 1 deletion src/types/Block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class Block {
public proofs: Proof[];

public originBlockV1?: BlockV1;

public originBlockV2?: BlockV2;

constructor(
Expand Down

0 comments on commit 61fb169

Please sign in to comment.