Skip to content

Test page on new widget has syntax error #1

@andrewrjones

Description

@andrewrjones

Reproduce steps:

  • create a new project (yproject create twitter-list-editor)
  • create new widget (yproject widget select-list)
  • open src/select-list/tests/select-list.html

Firebug shows the following error:

invalid assignment left-hand side
[Break On This Error] YUI_config.groups.twitter-list-editor....nted/'; // serve instrumented modules

line 13.

Changing to this fixes the error:

YUI_config = {
  groups: {
    'twitter-list-editor': {
      base: '../../../tests/instrumented/'
    }
  }
};// serve instrumented modules

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions