Code Monkey home page Code Monkey logo

ember-cli-persistence's Issues

"Error: Assertion Failed: Could not find adapter LocalError" when I run unit test

Here is my codes:

...
  persistence: inject.service(),

  init(...args) {
    this._super(...args);

    const persistence = get(this, 'persistence');
    persistence.getItem('Local', { key: get(this, 'searchValueKey') })
    .then(value => value);
  }
...

And my test codes:

...
needs: [
      'service:persistence'
    ]
...

it('should run well', function () {
    const controller = this.subject();
    expect(controller).to.be.ok;
  });
...

It is very simple, but I got this error:

Error: Assertion Failed: Could not find adapter LocalError
    at assert (http://localhost:7357/assets/vendor.js:25469:13)
    at assert (http://localhost:7357/assets/vendor.js:37220:34)
    at Class.activateAdapter (http://localhost:7357/assets/vendor.js:154725:7)
    at http://localhost:7357/assets/vendor.js:154698:75
    at Array.forEach (<anonymous>)
    at Class.activateAdapters (http://localhost:7357/assets/vendor.js:154695:22)
    at Class.createAdapters (http://localhost:7357/assets/vendor.js:161697:12)
    at Object.sendEvent (http://localhost:7357/assets/vendor.js:37748:25)
    at new Class (http://localhost:7357/assets/vendor.js:56076:21)
    at Function._ClassMixinProps.create (http://localhost:7357/assets/vendor.js:56262:12)

Could you help me?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.