All tests are located in a single file ([test/ReferenceToken-test.js](https://github.com/jacquesd/eip777/blob/master/test/ReferenceToken-test.js)) which is growing. It is becoming hard to read each test case. The tests should be split in different files, for example: - Base Tests (Read only functions: `name`, `symbol`, ...) - Send/Receive Tests - Operator Tests - ERC-20 Compatibility Tests
All tests are located in a single file (test/ReferenceToken-test.js) which is growing. It is becoming hard to read each test case.
The tests should be split in different files, for example:
name,symbol, ...)