- Ubuntu 20.04
- Docker
- Docker Compose V2
- nvm
- GPG key
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ------------------------------------- | |
// Task: Build Remove test fixtures (directives) in HTML only on live build | |
// ------------------------------------- | |
gulp.task('build-remove-test-fixtures', function (done) { | |
var params = require('yargs') | |
.option('dest', { | |
demand: false, | |
default: 'root@localhost:/var/www/virtual/languageforge.org', | |
type: 'string' }) | |
.fail(yargFailure) |
- Svelte Testing Crash Course https://blog.craftlab.hu/svelte-testing-crash-course-99bb4c5808a6
- Unit Tests for Svelte (8 part series) https://dev.to/d_ir/series/4203
- Dainte https://nathancahill.com/dainte/introducing (see also Sveltik for examples)
- Svelte Unit testing with Cypress https://github.com/bahmutov/cypress-svelte-unit-test
- Testing Library https://testing-library.com/docs/svelte-testing-library/example/