Open thcgit opened 1 year ago
Good catch! Thanks for that.
Sorry about the missing package-lock.json. The versions in package.json should have been sufficient to create a reliable build, but apparently that's not the case.
The unit tests require spinning up a server separately, using the code in the breeze.server.net repo.
The following unit tests fails on version 2.1.5:
The 3rd expectation fails - fromValue returns DataType.Guid, which is probably not the correct behavior.
The problem seems to be in core.ts where the isGuid function uses a regular expression without a start or end anchor:
I tried to create a pull request to fix this but ran into a few issues: