# Qunit only running lib: and preload-

**URL:** https://meta.discourse.org/t/qunit-only-running-lib-and-preload/47252
**Category:** Development
**Created:** [July 13, 2016, 10:17pm UTC](https://meta.discourse.org/t/qunit-only-running-lib-and-preload/47252 "2016-07-13T22:17:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![dachary](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dachary/32/119731_2.png) [@dachary](https://meta.discourse.org/u/dachary)
#### Post date: [July 13, 2016, 10:17pm UTC](https://meta.discourse.org/t/qunit-only-running-lib-and-preload/47252/1 "2016-07-13T22:17:12Z")

</div>

Hi,

As of [2e71e6fc6f72442a6b93200debfaa7f9c18be9bc](https://github.com/discourse/discourse/commit/2e71e6fc6f72442a6b93200debfaa7f9c18be9bc) running [http://localhost:4000/qunit](http://localhost:4000/qunit) only shows the **lib:** and **preload-** suites for a total of 251 asserts.

I was at [304f704](https://github.com/discourse/discourse/commit/304f704) earlier today and did the following:

- git pull
- bundle install
- bundle exec rake db:migrate
- rm -fr tmp
- bundle exec rails s -b 0.0.0.0

The development discourse instance is otherwise running fine. Did I do something wrong or do other have the same problem ?

Cheers

---

<div class="post-metadata">

### Author: ![dachary](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dachary/32/119731_2.png) [@dachary](https://meta.discourse.org/u/dachary)
#### Post date: [July 13, 2016, 10:45pm UTC](https://meta.discourse.org/t/qunit-only-running-lib-and-preload/47252/2 "2016-07-13T22:45:47Z")

</div>

I `vagrant destroy` and `vagrant up` and followed [instructions](https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md) but still got the same result. It does not seem to be a problem with my environment.

---

<div class="post-metadata">

### Author: ![dachary](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dachary/32/119731_2.png) [@dachary](https://meta.discourse.org/u/dachary)
#### Post date: [July 13, 2016, 11:04pm UTC](https://meta.discourse.org/t/qunit-only-running-lib-and-preload/47252/3 "2016-07-13T23:04:59Z")

</div>

I `vagrant destroy` and git checkout 304f704 and `vagrant up` and followed [instructions](https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md) and [http://localhost:4000/qunit](http://localhost:4000/qunit) runs as expected (1746 assertions). So it’s either a regression or there exists a new way to run javascript tests.

---

<div class="post-metadata">

### Author: ![dachary](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dachary/32/119731_2.png) [@dachary](https://meta.discourse.org/u/dachary)
#### Post date: [July 17, 2016, 5:30pm UTC](https://meta.discourse.org/t/qunit-only-running-lib-and-preload/47252/4 "2016-07-17T17:30:41Z")

</div>

As of today [Merge pull request #4328 from dachary/wip-poll-empty-lines · discourse/discourse@5f481ec · GitHub](https://github.com/discourse/discourse/commit/5f481ec0979923e8c0d1eb47f247bc4439bb2f39) master still has the same issue.
