Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: retejs/rete
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11bef05e0948ef09dcd516fb076f0327cd26bacd
Choose a base ref
..
head repository: retejs/rete
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8deca65974d5c30b2c3c1429a229a29ec67a45aa
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/presets/classic.test.ts
2 changes: 1 addition & 1 deletion test/presets/classic.test.ts
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import { mockCryptoFromArray, resetCrypto } from '../mocks/crypto'

describe('ClassicPreset', () => {
// eslint-disable-next-line init-declarations
let preset!: typeof import('/home/ni55an/Workflow/retejs/rete/src/presets/classic')
let preset!: typeof import('../../src/presets/classic')

beforeEach(async () => {
mockCryptoFromArray(new Uint8Array([1, 2, 3, 4, 5, 6, 7, 8]))