Skip to content

Test scope not working with svelte 3.35.0 #94

Closed
@mathieumure

Description

@mathieumure

On master when running the test with svelte 3.35.0 (not happening with 3.34.0)

scope
assert.js:105
  throw new AssertionError(obj);
  ^

AssertionError [ERR_ASSERTION]: 5 == 6
    at Object.<anonymous> (~/eslint-plugin-svelte3/test/index.js:20:10)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
    at Module.load (internal/modules/cjs/loader.js:928:32)
    at Function.Module._load (internal/modules/cjs/loader.js:769:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47 {
  generatedMessage: true,
  code: 'ERR_ASSERTION',
  actual: 5,
  expected: 6,
  operator: '=='
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    svelteThis is a bug or a missing feature in Svelte

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions