You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Rename some of the .spec files which test crypto (#3077)
* `matrix-client-crypto.spec.ts` only tested a very specific bit of crypto (olm encryption). It goes back to the very early days, before Megolm was invented. I've renamed it to `olm-encryption-spec.ts`. * `megolm-integ.spec.ts` is more of a general crypto test; it was just called `megolm` to distinguish it from the Olm tests above. Renamed to `crypto.spec.ts`.
This commit is contained in:
committed by
GitHub
parent
83563c7a01
commit
c7210b9e9d
@@ -22,7 +22,7 @@ limitations under the License.
|
||||
*
|
||||
* Note that megolm (group) conversation is not tested here.
|
||||
*
|
||||
* See also `megolm.spec.js`.
|
||||
* See also `crypto.spec.js`.
|
||||
*/
|
||||
|
||||
// load olm before the sdk if possible
|
||||
Reference in New Issue
Block a user