Yotam Mann
|
58826519a3
|
using es6 export
fixes coverage issue with super()
|
2019-11-09 16:14:41 -05:00 |
|
Yotam Mann
|
b9619d8c68
|
removing unused variables
|
2019-10-31 15:43:16 -04:00 |
|
Yotam Mann
|
a0a0d71fe0
|
styling the dot output
|
2019-10-31 11:42:58 -04:00 |
|
Yotam Mann
|
258b10a63f
|
running all of the example tests in one process
splitting it doesn't seem to save much time
|
2019-10-31 11:30:26 -04:00 |
|
Yotam Mann
|
71cff7f194
|
split examples into two sections
that can run in parallel
|
2019-10-31 09:40:40 -04:00 |
|
Yotam Mann
|
50fdb7db8f
|
retrying failed tests
sometimes tests are just in a weird state and run the second time
|
2019-10-30 13:30:44 -04:00 |
|
Yotam Mann
|
4ccf4d1aff
|
testing with dom lib
|
2019-10-25 16:55:06 -04:00 |
|
Yotam Mann
|
c42b388902
|
example testing uses the number of CPUs on the machine
|
2019-10-23 15:55:29 -04:00 |
|
Yotam Mann
|
8221bc3812
|
removing declaration generating code
|
2019-10-23 15:55:16 -04:00 |
|
Yotam Mann
|
e306319f7f
|
feat: testing examples in jsdocs
|
2019-10-22 23:47:19 -04:00 |
|
Yotam Mann
|
6d46780fc8
|
reorganizing where other tsconfig's go
|
2019-10-22 18:13:13 -04:00 |
|
Yotam Mann
|
818c5f54e6
|
linting
|
2019-09-20 10:09:44 -04:00 |
|
Yotam Mann
|
1b3cda8435
|
trimming whitespace off commit hash
|
2019-09-16 14:59:33 -04:00 |
|
Yotam Mann
|
c01c4c5311
|
adding order to categories
|
2019-09-16 10:49:46 -04:00 |
|
Yotam Mann
|
93c2310038
|
updating comment
|
2019-09-15 21:01:28 -04:00 |
|
Yotam Mann
|
521ffec2c7
|
generate docs with build
|
2019-09-15 20:59:05 -04:00 |
|
Yotam Mann
|
f243b00b5c
|
moving back to eslint over tslint
didn't like that tslint was developed by palintir and seems like eslint typescript support is pretty good now
|
2019-09-14 18:29:40 -04:00 |
|
Yotam Mann
|
5f5d8fa98c
|
removing unused file
|
2019-09-14 18:13:31 -04:00 |
|
Yotam Mann
|
48bd3f2e97
|
export all
|
2019-09-12 15:54:06 -04:00 |
|
Yotam Mann
|
c1526a8bd6
|
starting typedoc config
|
2019-08-26 10:55:52 -07:00 |
|
Yotam Mann
|
e4feb30455
|
using 'file' and 'dir' for filtering tests instead of 'grep'
|
2019-08-12 10:16:34 -04:00 |
|
Yotam Mann
|
c0d7e403ca
|
excluding the test dir
|
2019-08-02 16:40:50 -04:00 |
|
Yotam Mann
|
22396a8942
|
Merge branch 'dev' into typescript
|
2019-08-02 13:52:11 -04:00 |
|
Yotam Mann
|
f393cf5815
|
version should always be 'dev' until built by travis
|
2019-08-02 11:37:59 -04:00 |
|
Yotam Mann
|
4c3fd63e90
|
only increment when on Travis
|
2019-08-02 10:34:09 -04:00 |
|
Yotam Mann
|
cd73792659
|
indicating that version is string when output for typescript
|
2019-07-25 18:26:03 -04:00 |
|
Yotam Mann
|
a0ca880323
|
using commonjs module for karma
|
2019-07-25 14:54:02 -04:00 |
|
Yotam Mann
|
d866dfe66a
|
publishing typescript prerelease
for testing purposes
|
2019-07-11 00:54:34 -04:00 |
|
Yotam Mann
|
05b146abb7
|
using semver to increment patch
|
2019-07-11 00:54:11 -04:00 |
|
tambien
|
958666e8e7
|
working on build
|
2019-06-24 13:26:03 -04:00 |
|
tambien
|
21c25ecdbc
|
[wip] working on build config
|
2019-06-21 14:09:39 -04:00 |
|
tambien
|
24826f69ad
|
outputting file named coverage.lcov
|
2019-06-19 18:06:42 -04:00 |
|
tambien
|
18e9ea89d6
|
writing to version.ts
|
2019-06-19 10:23:54 -04:00 |
|
tambien
|
4aca4f81e6
|
setting up tests and config for typescript
|
2019-05-23 13:59:08 -04:00 |
|
tambien
|
df08425a70
|
started retooling with typescript
|
2019-04-12 10:37:47 -04:00 |
|
tambien
|
8070135e0d
|
using path.posix for generating require/import strings
closes #387
|
2019-02-02 14:08:21 -05:00 |
|
tambien
|
6244b71890
|
moving from coveralls to codecov
https://coveralls.io/github/Tonejs/Tone.js kept returning a 406 error
|
2019-02-01 10:17:35 -05:00 |
|
tambien
|
b3148e74e4
|
moving tsd generation to separate script file
|
2019-01-28 17:20:32 -05:00 |
|
tambien
|
f9a4a14a43
|
generating typescript defs from jsdocs
jsdocs will need to be updated to be more useful as tsdefs
|
2019-01-28 12:43:20 -05:00 |
|
tambien
|
ed71d8141b
|
amd to es6 import/export
no longer using AMD (require.js) style imports, and beginning to move to es6 "import/export" statements everywhere.
|
2019-01-27 13:05:20 -05:00 |
|
tambien
|
d9d77b9f82
|
fixing autoplay flag
|
2019-01-23 17:20:58 -05:00 |
|
tambien
|
7e4e04b5d2
|
Revert "trying out online testing with Chrome flag"
This reverts commit 68bb4faa31 .
|
2019-01-09 22:22:02 -05:00 |
|
tambien
|
68bb4faa31
|
trying out online testing with Chrome flag
|
2019-01-09 22:12:45 -05:00 |
|
tambien
|
ed897dc4fe
|
using precise version number
|
2018-08-29 23:07:58 -04:00 |
|
tambien
|
5828c556d4
|
setting no autoplay policy flag
|
2018-08-26 20:03:18 -04:00 |
|
tambien
|
79ec298dc3
|
exclude html dir from normal tests
|
2018-08-26 19:46:47 -04:00 |
|
tambien
|
717f0432b6
|
renaming gulp->scripts
|
2018-08-23 00:17:35 -04:00 |
|