Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of emberjs/ember-test-waiters

Account's avatar
ember-cli/calculate-cache-key-for-tree
ember-cli addon tree cache key builder
Account's avatar
emberjs/ember-cli-babel
Ember CLI addon for Babel
Account's avatar
ember-cli/ember-cli-version-checker
Determine if your addon is being used by a minimum version of Ember CLI.
Account's avatar
npm/node-semver
The semantic version parser used by npm.
Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel preset for TypeScript.
Account's avatar
emberjs/ember-optional-features
The default blueprint for ember-cli addons.
Account's avatar
glimmerjs/glimmer-env
Glimmer application environment variables stub
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for ember
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for ember-test-helpers
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for ember-testing-helpers
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for qunit
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for rsvp
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
embroider-build/ember-auto-import
Zero-config import from NPM packages
Account's avatar
ember-cli/ember-cli
Command line tool for developing ambitious ember.js apps
Account's avatar
adopted-ember-addons/ember-cli-dependency-checker
Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands
Account's avatar
ember-cli/ember-cli-htmlbars
A library for adding htmlbars to ember CLI
Account's avatar
rwjblue/ember-cli-inject-live-reload
Plugin for ember-cli that injects live-reload script into HTML content.
Account's avatar
ember-cli/ember-cli-test-loader
Test loader for Ember CLI projects.
Account's avatar
typed-ember/ember-cli-typescript
Allow Ember apps to use TypeScript files.
Account's avatar
ember-cli/ember-cli-uglify
JavaScript minification for Ember-CLI
Account's avatar
machty/ember-concurrency
Improved concurrency/async primitives for Ember.js
Account's avatar
chancancode/ember-concurrency-ts
TypeScript utilities for ember-concurrency
Account's avatar
pzuraq/ember-decorators-polyfill
Polyfills Ember's built-in decorators
Account's avatar
ember-cli/ember-disable-prototype-extensions
Disable Ember's prototype extensions.
Account's avatar
ember-cli/ember-load-initializers
A tiny add-on to autoload your initializer files in ember-cli.
Account's avatar
ember-cli/ember-maybe-import-regenerator-for-testing
Include regenerator runtime in test-support.js for testing only usages.
Account's avatar
ember-cli/ember-resolver
The default modules based resolver for Ember CLI.
Account's avatar
emberjs/ember.js
A JavaScript framework for creating ambitious web applications
Account's avatar
rwjblue/ember-source-channel-url
Determine the URL to a given Ember channels (beta, canary, etc) latest tarball.
Account's avatar
ember-cli/ember-try
An ember-cli addon to test against multiple dependencies, such as ember and ember-data.
Account's avatar
ember-cli/eslint-plugin-ember
ESLint plugin for Ember.js apps
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
ember-cli/loader.js
loader.js =========
Account's avatar
taylorhakes/promise-polyfill
Lightweight promise polyfill. A+ compliant
Account's avatar
qunitjs/qunit
The powerful, easy-to-use testing framework.
Account's avatar
release-it/release-it
Generic CLI tool to automate versioning and package publishing-related tasks.
Account's avatar
rwjblue/release-it-lerna-changelog
release-it plugin for lerna-changelog

Support the repos that depend on this repository

Top contributors

dependabot-preview[bot]'s profile
dependabot-preview[bot]
164 contributions
scalvert's profile
scalvert
117 contributions
NullVoxPopuli's profile
NullVoxPopuli
94 contributions
rwjblue's profile
rwjblue
49 contributions
dependabot[bot]'s profile
dependabot[bot]
36 contributions
stefanpenner's profile
stefanpenner
16 contributions
ef4's profile
ef4
9 contributions
bendemboski's profile
bendemboski
5 contributions
brendenpalmer's profile
brendenpalmer
3 contributions
Techn1x's profile
Techn1x
3 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
emberjs

emberjs/ember-test-waiters

An Ember addon to allow @ember/test-helpers to manage asynchronous operations

TypeScript
31
16
MIT License

The **@ember/test-waiters** addon adds a lightweight, production‑safe API that lets Ember apps and addons mark custom asynchronous work (e.g., CSS transitions, IndexedDB, fetches, ember‑concurrency tasks) so Ember’s test helpers can wait for it to settle. It is intended for Ember developers who need deterministic, debuggable test isolation for async operations beyond what the built‑in “settled” checks cover.