phantom icon indicating copy to clipboard operation
phantom copied to clipboard

Add test file for phantom experiments

Open sidiousvic opened this issue 4 years ago • 0 comments

We are currently testing specific aspects of the phantom engine. DOM, exorcising, interfaces.

It would be bery nise to have a dev—only test file where we can run fast experiments for the library.

Perhaps a .js file that we can run with Node and a DOM facilitator like jsdom?

If running in Node, we have to be mindful to use valid Node module system syntax (AMD) in this file, for example replacing the use of ES2015's import with require(), etc.

sidiousvic avatar Jul 21 '20 15:07 sidiousvic